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
2274 |
# File 'sig/client.rbs', line 2274
def completed_on: () -> ::Time
|
#error_string ⇒ ::String
2271 |
# File 'sig/client.rbs', line 2271
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2275 |
# File 'sig/client.rbs', line 2275
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2273 |
# File 'sig/client.rbs', line 2273
def last_modified_on: () -> ::Time
|
#log_group_name ⇒ ::String
2269 |
# File 'sig/client.rbs', line 2269
def log_group_name: () -> ::String
|
#properties ⇒ Types::TaskRunProperties
2270 |
# File 'sig/client.rbs', line 2270
def properties: () -> Types::TaskRunProperties
|
#started_on ⇒ ::Time
2272 |
# File 'sig/client.rbs', line 2272
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2268 |
# File 'sig/client.rbs', line 2268
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#task_run_id ⇒ ::String
2267 |
# File 'sig/client.rbs', line 2267
def task_run_id: () -> ::String
|
#transform_id ⇒ ::String
2266 |
# File 'sig/client.rbs', line 2266
def transform_id: () -> ::String
|