Module: Aws::Glue::Client::_GetMLTaskRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetMLTaskRunResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#completed_on::Time

Returns:

  • (::Time)


2274
# File 'sig/client.rbs', line 2274

def completed_on: () -> ::Time

#error_string::String

Returns:

  • (::String)


2271
# File 'sig/client.rbs', line 2271

def error_string: () -> ::String

#execution_time::Integer

Returns:

  • (::Integer)


2275
# File 'sig/client.rbs', line 2275

def execution_time: () -> ::Integer

#last_modified_on::Time

Returns:

  • (::Time)


2273
# File 'sig/client.rbs', line 2273

def last_modified_on: () -> ::Time

#log_group_name::String

Returns:

  • (::String)


2269
# File 'sig/client.rbs', line 2269

def log_group_name: () -> ::String

#propertiesTypes::TaskRunProperties



2270
# File 'sig/client.rbs', line 2270

def properties: () -> Types::TaskRunProperties

#started_on::Time

Returns:

  • (::Time)


2272
# File 'sig/client.rbs', line 2272

def started_on: () -> ::Time

#status"STARTING", ...

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT")


2268
# File 'sig/client.rbs', line 2268

def status: () -> ("STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED" | "TIMEOUT")

#task_run_id::String

Returns:

  • (::String)


2267
# File 'sig/client.rbs', line 2267

def task_run_id: () -> ::String

#transform_id::String

Returns:

  • (::String)


2266
# File 'sig/client.rbs', line 2266

def transform_id: () -> ::String