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)


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

def completed_on: () -> ::Time

#error_string::String

Returns:

  • (::String)


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

def error_string: () -> ::String

#execution_time::Integer

Returns:

  • (::Integer)


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

def execution_time: () -> ::Integer

#last_modified_on::Time

Returns:

  • (::Time)


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

def last_modified_on: () -> ::Time

#log_group_name::String

Returns:

  • (::String)


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

def log_group_name: () -> ::String

#propertiesTypes::TaskRunProperties



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

def properties: () -> Types::TaskRunProperties

#started_on::Time

Returns:

  • (::Time)


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

def started_on: () -> ::Time

#status"STARTING", ...

Returns:

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


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

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

#task_run_id::String

Returns:

  • (::String)


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

def task_run_id: () -> ::String

#transform_id::String

Returns:

  • (::String)


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

def transform_id: () -> ::String