Module: Aws::Glue::Client::_GetMLTaskRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMLTaskRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_on ⇒ ::Time
- #error_string ⇒ ::String
- #execution_time ⇒ ::Integer
- #last_modified_on ⇒ ::Time
- #log_group_name ⇒ ::String
- #properties ⇒ Types::TaskRunProperties
- #started_on ⇒ ::Time
- #status ⇒ "STARTING", ...
- #task_run_id ⇒ ::String
- #transform_id ⇒ ::String
Instance Method Details
#completed_on ⇒ ::Time
2260 |
# File 'sig/client.rbs', line 2260
def completed_on: () -> ::Time
|
#error_string ⇒ ::String
2257 |
# File 'sig/client.rbs', line 2257
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2261 |
# File 'sig/client.rbs', line 2261
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2259 |
# File 'sig/client.rbs', line 2259
def last_modified_on: () -> ::Time
|
#log_group_name ⇒ ::String
2255 |
# File 'sig/client.rbs', line 2255
def log_group_name: () -> ::String
|
#properties ⇒ Types::TaskRunProperties
2256 |
# File 'sig/client.rbs', line 2256
def properties: () -> Types::TaskRunProperties
|
#started_on ⇒ ::Time
2258 |
# File 'sig/client.rbs', line 2258
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2254 |
# File 'sig/client.rbs', line 2254
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#task_run_id ⇒ ::String
2253 |
# File 'sig/client.rbs', line 2253
def task_run_id: () -> ::String
|
#transform_id ⇒ ::String
2252 |
# File 'sig/client.rbs', line 2252
def transform_id: () -> ::String
|