Module: Aws::Glue::Client::_GetMLTransformResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_on::Time

Returns:

  • (::Time)


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

def created_on: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#evaluation_metricsTypes::EvaluationMetrics



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

def evaluation_metrics: () -> Types::EvaluationMetrics

#glue_version::String

Returns:

  • (::String)


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

def glue_version: () -> ::String

#input_record_tables::Array[Types::GlueTable]

Returns:



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

def input_record_tables: () -> ::Array[Types::GlueTable]

#label_count::Integer

Returns:

  • (::Integer)


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

def label_count: () -> ::Integer

#last_modified_on::Time

Returns:

  • (::Time)


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

def last_modified_on: () -> ::Time

#max_capacity::Float

Returns:

  • (::Float)


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

def max_capacity: () -> ::Float

#max_retries::Integer

Returns:

  • (::Integer)


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

def max_retries: () -> ::Integer

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#number_of_workers::Integer

Returns:

  • (::Integer)


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

def number_of_workers: () -> ::Integer

#parametersTypes::TransformParameters



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

def parameters: () -> Types::TransformParameters

#role::String

Returns:

  • (::String)


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

def role: () -> ::String

#schema::Array[Types::SchemaColumn]

Returns:



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

def schema: () -> ::Array[Types::SchemaColumn]

#status"NOT_READY", ...

Returns:

  • ("NOT_READY", "READY", "DELETING")


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

def status: () -> ("NOT_READY" | "READY" | "DELETING")

#timeout::Integer

Returns:

  • (::Integer)


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

def timeout: () -> ::Integer

#transform_encryptionTypes::TransformEncryption



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

def transform_encryption: () -> Types::TransformEncryption

#transform_id::String

Returns:

  • (::String)


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

def transform_id: () -> ::String

#worker_type"Standard", ...

Returns:

  • ("Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X")


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

def worker_type: () -> ("Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X")