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)


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

def completed_on: () -> ::Time

#error_string::String

Returns:

  • (::String)


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

def error_string: () -> ::String

#execution_time::Integer

Returns:

  • (::Integer)


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

def execution_time: () -> ::Integer

#last_modified_on::Time

Returns:

  • (::Time)


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

def last_modified_on: () -> ::Time

#log_group_name::String

Returns:

  • (::String)


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

def log_group_name: () -> ::String

#propertiesTypes::TaskRunProperties



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

def properties: () -> Types::TaskRunProperties

#started_on::Time

Returns:

  • (::Time)


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

def started_on: () -> ::Time

#status"STARTING", ...

Returns:

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


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

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

#task_run_id::String

Returns:

  • (::String)


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

def task_run_id: () -> ::String

#transform_id::String

Returns:

  • (::String)


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

def transform_id: () -> ::String