Class: Aws::Types::MLTransform
- Inherits:
-
Object
- Object
- Aws::Types::MLTransform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluation_metrics ⇒ Types::EvaluationMetrics
Returns the value of attribute evaluation_metrics.
-
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
-
#input_record_tables ⇒ ::Array[Types::GlueTable]
Returns the value of attribute input_record_tables.
-
#label_count ⇒ ::Integer
Returns the value of attribute label_count.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
-
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#parameters ⇒ Types::TransformParameters
Returns the value of attribute parameters.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#schema ⇒ ::Array[Types::SchemaColumn]
Returns the value of attribute schema.
-
#status ⇒ "NOT_READY", ...
Returns the value of attribute status.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#transform_encryption ⇒ Types::TransformEncryption
Returns the value of attribute transform_encryption.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#created_on ⇒ ::Time
Returns the value of attribute created_on.
5554 5555 5556 |
# File 'sig/types.rbs', line 5554 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
5552 5553 5554 |
# File 'sig/types.rbs', line 5552 def description @description end |
#evaluation_metrics ⇒ Types::EvaluationMetrics
Returns the value of attribute evaluation_metrics.
5558 5559 5560 |
# File 'sig/types.rbs', line 5558 def evaluation_metrics @evaluation_metrics end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
5562 5563 5564 |
# File 'sig/types.rbs', line 5562 def glue_version @glue_version end |
#input_record_tables ⇒ ::Array[Types::GlueTable]
Returns the value of attribute input_record_tables.
5556 5557 5558 |
# File 'sig/types.rbs', line 5556 def input_record_tables @input_record_tables end |
#label_count ⇒ ::Integer
Returns the value of attribute label_count.
5559 5560 5561 |
# File 'sig/types.rbs', line 5559 def label_count @label_count end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
5555 5556 5557 |
# File 'sig/types.rbs', line 5555 def last_modified_on @last_modified_on end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
5563 5564 5565 |
# File 'sig/types.rbs', line 5563 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
5567 5568 5569 |
# File 'sig/types.rbs', line 5567 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
5551 5552 5553 |
# File 'sig/types.rbs', line 5551 def name @name end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
5565 5566 5567 |
# File 'sig/types.rbs', line 5565 def number_of_workers @number_of_workers end |
#parameters ⇒ Types::TransformParameters
Returns the value of attribute parameters.
5557 5558 5559 |
# File 'sig/types.rbs', line 5557 def parameters @parameters end |
#role ⇒ ::String
Returns the value of attribute role.
5561 5562 5563 |
# File 'sig/types.rbs', line 5561 def role @role end |
#schema ⇒ ::Array[Types::SchemaColumn]
Returns the value of attribute schema.
5560 5561 5562 |
# File 'sig/types.rbs', line 5560 def schema @schema end |
#status ⇒ "NOT_READY", ...
Returns the value of attribute status.
5553 5554 5555 |
# File 'sig/types.rbs', line 5553 def status @status end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
5566 5567 5568 |
# File 'sig/types.rbs', line 5566 def timeout @timeout end |
#transform_encryption ⇒ Types::TransformEncryption
Returns the value of attribute transform_encryption.
5568 5569 5570 |
# File 'sig/types.rbs', line 5568 def transform_encryption @transform_encryption end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
5550 5551 5552 |
# File 'sig/types.rbs', line 5550 def transform_id @transform_id end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
5564 5565 5566 |
# File 'sig/types.rbs', line 5564 def worker_type @worker_type end |