Module: Aws::Glue::Client::_GetMLTransformResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMLTransformResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_on ⇒ ::Time
- #description ⇒ ::String
- #evaluation_metrics ⇒ Types::EvaluationMetrics
- #glue_version ⇒ ::String
- #input_record_tables ⇒ ::Array[Types::GlueTable]
- #label_count ⇒ ::Integer
- #last_modified_on ⇒ ::Time
- #max_capacity ⇒ ::Float
- #max_retries ⇒ ::Integer
- #name ⇒ ::String
- #number_of_workers ⇒ ::Integer
- #parameters ⇒ Types::TransformParameters
- #role ⇒ ::String
- #schema ⇒ ::Array[Types::SchemaColumn]
- #status ⇒ "NOT_READY", ...
- #timeout ⇒ ::Integer
- #transform_encryption ⇒ Types::TransformEncryption
- #transform_id ⇒ ::String
- #worker_type ⇒ "Standard", ...
Instance Method Details
#created_on ⇒ ::Time
2287 |
# File 'sig/client.rbs', line 2287
def created_on: () -> ::Time
|
#description ⇒ ::String
2285 |
# File 'sig/client.rbs', line 2285
def description: () -> ::String
|
#evaluation_metrics ⇒ Types::EvaluationMetrics
2291 |
# File 'sig/client.rbs', line 2291
def evaluation_metrics: () -> Types::EvaluationMetrics
|
#glue_version ⇒ ::String
2295 |
# File 'sig/client.rbs', line 2295
def glue_version: () -> ::String
|
#input_record_tables ⇒ ::Array[Types::GlueTable]
2289 |
# File 'sig/client.rbs', line 2289
def input_record_tables: () -> ::Array[Types::GlueTable]
|
#label_count ⇒ ::Integer
2292 |
# File 'sig/client.rbs', line 2292
def label_count: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2288 |
# File 'sig/client.rbs', line 2288
def last_modified_on: () -> ::Time
|
#max_capacity ⇒ ::Float
2296 |
# File 'sig/client.rbs', line 2296
def max_capacity: () -> ::Float
|
#max_retries ⇒ ::Integer
2300 |
# File 'sig/client.rbs', line 2300
def max_retries: () -> ::Integer
|
#name ⇒ ::String
2284 |
# File 'sig/client.rbs', line 2284
def name: () -> ::String
|
#number_of_workers ⇒ ::Integer
2298 |
# File 'sig/client.rbs', line 2298
def number_of_workers: () -> ::Integer
|
#parameters ⇒ Types::TransformParameters
2290 |
# File 'sig/client.rbs', line 2290
def parameters: () -> Types::TransformParameters
|
#role ⇒ ::String
2294 |
# File 'sig/client.rbs', line 2294
def role: () -> ::String
|
#schema ⇒ ::Array[Types::SchemaColumn]
2293 |
# File 'sig/client.rbs', line 2293
def schema: () -> ::Array[Types::SchemaColumn]
|
#status ⇒ "NOT_READY", ...
2286 |
# File 'sig/client.rbs', line 2286
def status: () -> ("NOT_READY" | "READY" | "DELETING")
|
#timeout ⇒ ::Integer
2299 |
# File 'sig/client.rbs', line 2299
def timeout: () -> ::Integer
|
#transform_encryption ⇒ Types::TransformEncryption
2301 |
# File 'sig/client.rbs', line 2301
def transform_encryption: () -> Types::TransformEncryption
|
#transform_id ⇒ ::String
2283 |
# File 'sig/client.rbs', line 2283
def transform_id: () -> ::String
|
#worker_type ⇒ "Standard", ...
2297 |
# File 'sig/client.rbs', line 2297
def worker_type: () -> ("Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X")
|