You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::GetMLTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTaskRunResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#completed_on ⇒ Time
The date and time when this task run was completed.
-
#error_string ⇒ String
The error strings that are associated with the task run.
-
#execution_time ⇒ Integer
The amount of time (in seconds) that the task run consumed resources.
-
#last_modified_on ⇒ Time
The date and time when this task run was last modified.
-
#log_group_name ⇒ String
The names of the log groups that are associated with the task run.
-
#properties ⇒ Types::TaskRunProperties
The list of properties that are associated with the task run.
-
#started_on ⇒ Time
The date and time when this task run started.
-
#status ⇒ String
The status for this task run.
-
#task_run_id ⇒ String
The unique run identifier associated with this run.
-
#transform_id ⇒ String
The unique identifier of the task run.
Instance Attribute Details
#completed_on ⇒ Time
The date and time when this task run was completed.
#error_string ⇒ String
The error strings that are associated with the task run.
#execution_time ⇒ Integer
The amount of time (in seconds) that the task run consumed resources.
#last_modified_on ⇒ Time
The date and time when this task run was last modified.
#log_group_name ⇒ String
The names of the log groups that are associated with the task run.
#properties ⇒ Types::TaskRunProperties
The list of properties that are associated with the task run.
#started_on ⇒ Time
The date and time when this task run started.
#status ⇒ String
The status for this task run.
Possible values:
- STARTING
- RUNNING
- STOPPING
- STOPPED
- SUCCEEDED
- FAILED
- TIMEOUT
#task_run_id ⇒ String
The unique run identifier associated with this run.
#transform_id ⇒ String
The unique identifier of the task run.