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
2313 |
# File 'sig/client.rbs', line 2313
def created_on: () -> ::Time
|
#description ⇒ ::String
2311 |
# File 'sig/client.rbs', line 2311
def description: () -> ::String
|
#evaluation_metrics ⇒ Types::EvaluationMetrics
2317 |
# File 'sig/client.rbs', line 2317
def evaluation_metrics: () -> Types::EvaluationMetrics
|
#glue_version ⇒ ::String
2321 |
# File 'sig/client.rbs', line 2321
def glue_version: () -> ::String
|
#input_record_tables ⇒ ::Array[Types::GlueTable]
2315 |
# File 'sig/client.rbs', line 2315
def input_record_tables: () -> ::Array[Types::GlueTable]
|
#label_count ⇒ ::Integer
2318 |
# File 'sig/client.rbs', line 2318
def label_count: () -> ::Integer
|
#last_modified_on ⇒ ::Time
2314 |
# File 'sig/client.rbs', line 2314
def last_modified_on: () -> ::Time
|
#max_capacity ⇒ ::Float
2322 |
# File 'sig/client.rbs', line 2322
def max_capacity: () -> ::Float
|
#max_retries ⇒ ::Integer
2326 |
# File 'sig/client.rbs', line 2326
def max_retries: () -> ::Integer
|
#name ⇒ ::String
2310 |
# File 'sig/client.rbs', line 2310
def name: () -> ::String
|
#number_of_workers ⇒ ::Integer
2324 |
# File 'sig/client.rbs', line 2324
def number_of_workers: () -> ::Integer
|
#parameters ⇒ Types::TransformParameters
2316 |
# File 'sig/client.rbs', line 2316
def parameters: () -> Types::TransformParameters
|
#role ⇒ ::String
2320 |
# File 'sig/client.rbs', line 2320
def role: () -> ::String
|
#schema ⇒ ::Array[Types::SchemaColumn]
2319 |
# File 'sig/client.rbs', line 2319
def schema: () -> ::Array[Types::SchemaColumn]
|
#status ⇒ "NOT_READY", ...
2312 |
# File 'sig/client.rbs', line 2312
def status: () -> ("NOT_READY" | "READY" | "DELETING")
|
#timeout ⇒ ::Integer
2325 |
# File 'sig/client.rbs', line 2325
def timeout: () -> ::Integer
|
#transform_encryption ⇒ Types::TransformEncryption
2327 |
# File 'sig/client.rbs', line 2327
def transform_encryption: () -> Types::TransformEncryption
|
#transform_id ⇒ ::String
2309 |
# File 'sig/client.rbs', line 2309
def transform_id: () -> ::String
|
#worker_type ⇒ "Standard", ...
2323 |
# File 'sig/client.rbs', line 2323
def worker_type: () -> ("Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X")
|