You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::TaskRun

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The sampling parameters that are associated with the machine learning transform.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

The last point in time that the requested task run was completed.

Returns:

  • (Time)

    The last point in time that the requested task run was completed.

#error_stringString

The list of error strings associated with this task run.

Returns:

  • (String)

    The list of error strings associated with this task run.

#execution_timeInteger

The amount of time (in seconds) that the task run consumed resources.

Returns:

  • (Integer)

    The amount of time (in seconds) that the task run consumed resources.

#last_modified_onTime

The last point in time that the requested task run was updated.

Returns:

  • (Time)

    The last point in time that the requested task run was updated.

#log_group_nameString

The names of the log group for secure logging, associated with this task run.

Returns:

  • (String)

    The names of the log group for secure logging, associated with this task run.

#propertiesTypes::TaskRunProperties

Specifies configuration properties associated with this task run.

Returns:

#started_onTime

The date and time that this task run started.

Returns:

  • (Time)

    The date and time that this task run started.

#statusString

The current status of the requested task run.

Possible values:

  • STARTING
  • RUNNING
  • STOPPING
  • STOPPED
  • SUCCEEDED
  • FAILED
  • TIMEOUT

Returns:

  • (String)

    The current status of the requested task run.

#task_run_idString

The unique identifier for this task run.

Returns:

  • (String)

    The unique identifier for this task run.

#transform_idString

The unique identifier for the transform.

Returns:

  • (String)

    The unique identifier for the transform.