Class: Aws::Types::GetMLTransformResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMLTransformResponse
- 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.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
3820 3821 3822 |
# File 'sig/types.rbs', line 3820 def description @description end |
#evaluation_metrics ⇒ Types::EvaluationMetrics
Returns the value of attribute evaluation_metrics.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def evaluation_metrics @evaluation_metrics end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
3830 3831 3832 |
# File 'sig/types.rbs', line 3830 def glue_version @glue_version end |
#input_record_tables ⇒ ::Array[Types::GlueTable]
Returns the value of attribute input_record_tables.
3824 3825 3826 |
# File 'sig/types.rbs', line 3824 def input_record_tables @input_record_tables end |
#label_count ⇒ ::Integer
Returns the value of attribute label_count.
3827 3828 3829 |
# File 'sig/types.rbs', line 3827 def label_count @label_count end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def last_modified_on @last_modified_on end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
3819 3820 3821 |
# File 'sig/types.rbs', line 3819 def name @name end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
3833 3834 3835 |
# File 'sig/types.rbs', line 3833 def number_of_workers @number_of_workers end |
#parameters ⇒ Types::TransformParameters
Returns the value of attribute parameters.
3825 3826 3827 |
# File 'sig/types.rbs', line 3825 def parameters @parameters end |
#role ⇒ ::String
Returns the value of attribute role.
3829 3830 3831 |
# File 'sig/types.rbs', line 3829 def role @role end |
#schema ⇒ ::Array[Types::SchemaColumn]
Returns the value of attribute schema.
3828 3829 3830 |
# File 'sig/types.rbs', line 3828 def schema @schema end |
#status ⇒ "NOT_READY", ...
Returns the value of attribute status.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def status @status end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def timeout @timeout end |
#transform_encryption ⇒ Types::TransformEncryption
Returns the value of attribute transform_encryption.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def transform_encryption @transform_encryption end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
3818 3819 3820 |
# File 'sig/types.rbs', line 3818 def transform_id @transform_id end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def worker_type @worker_type end |