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
2248 |
# File 'sig/client.rbs', line 2248
def completed_on: () -> ::Time
|
#error_string ⇒ ::String
2245 |
# File 'sig/client.rbs', line 2245
def error_string: () -> ::String
|
#execution_time ⇒ ::Integer
2249 |
# File 'sig/client.rbs', line 2249
def execution_time: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2247 |
# File 'sig/client.rbs', line 2247
def last_modified_on: () -> ::Time
|
#log_group_name ⇒ ::String
2243 |
# File 'sig/client.rbs', line 2243
def log_group_name: () -> ::String
|
#properties ⇒ Types::TaskRunProperties
2244 |
# File 'sig/client.rbs', line 2244
def properties: () -> Types::TaskRunProperties
|
#started_on ⇒ ::Time
2246 |
# File 'sig/client.rbs', line 2246
def started_on: () -> ::Time
|
#status ⇒ "STARTING", ...
2242 |
# File 'sig/client.rbs', line 2242
def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")
|
#task_run_id ⇒ ::String
2241 |
# File 'sig/client.rbs', line 2241
def task_run_id: () -> ::String
|
#transform_id ⇒ ::String
2240 |
# File 'sig/client.rbs', line 2240
def transform_id: () -> ::String
|