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.
5573 5574 5575 |
# File 'sig/types.rbs', line 5573 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
5571 5572 5573 |
# File 'sig/types.rbs', line 5571 def description @description end |
#evaluation_metrics ⇒ Types::EvaluationMetrics
Returns the value of attribute evaluation_metrics.
5577 5578 5579 |
# File 'sig/types.rbs', line 5577 def evaluation_metrics @evaluation_metrics end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
5581 5582 5583 |
# File 'sig/types.rbs', line 5581 def glue_version @glue_version end |
#input_record_tables ⇒ ::Array[Types::GlueTable]
Returns the value of attribute input_record_tables.
5575 5576 5577 |
# File 'sig/types.rbs', line 5575 def input_record_tables @input_record_tables end |
#label_count ⇒ ::Integer
Returns the value of attribute label_count.
5578 5579 5580 |
# File 'sig/types.rbs', line 5578 def label_count @label_count end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
5574 5575 5576 |
# File 'sig/types.rbs', line 5574 def last_modified_on @last_modified_on end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
5582 5583 5584 |
# File 'sig/types.rbs', line 5582 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
5586 5587 5588 |
# File 'sig/types.rbs', line 5586 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
5570 5571 5572 |
# File 'sig/types.rbs', line 5570 def name @name end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
5584 5585 5586 |
# File 'sig/types.rbs', line 5584 def number_of_workers @number_of_workers end |
#parameters ⇒ Types::TransformParameters
Returns the value of attribute parameters.
5576 5577 5578 |
# File 'sig/types.rbs', line 5576 def parameters @parameters end |
#role ⇒ ::String
Returns the value of attribute role.
5580 5581 5582 |
# File 'sig/types.rbs', line 5580 def role @role end |
#schema ⇒ ::Array[Types::SchemaColumn]
Returns the value of attribute schema.
5579 5580 5581 |
# File 'sig/types.rbs', line 5579 def schema @schema end |
#status ⇒ "NOT_READY", ...
Returns the value of attribute status.
5572 5573 5574 |
# File 'sig/types.rbs', line 5572 def status @status end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
5585 5586 5587 |
# File 'sig/types.rbs', line 5585 def timeout @timeout end |
#transform_encryption ⇒ Types::TransformEncryption
Returns the value of attribute transform_encryption.
5587 5588 5589 |
# File 'sig/types.rbs', line 5587 def transform_encryption @transform_encryption end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
5569 5570 5571 |
# File 'sig/types.rbs', line 5569 def transform_id @transform_id end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
5583 5584 5585 |
# File 'sig/types.rbs', line 5583 def worker_type @worker_type end |