Class: Aws::Types::CreateMLTransformRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMLTransformRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
-
#input_record_tables ⇒ ::Array[Types::GlueTable]
Returns the value of attribute input_record_tables.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#transform_encryption ⇒ Types::TransformEncryption
Returns the value of attribute transform_encryption.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def description @description end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def glue_version @glue_version end |
#input_record_tables ⇒ ::Array[Types::GlueTable]
Returns the value of attribute input_record_tables.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def input_record_tables @input_record_tables end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def name @name end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def number_of_workers @number_of_workers end |
#parameters ⇒ Types::TransformParameters
Returns the value of attribute parameters.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def parameters @parameters end |
#role ⇒ ::String
Returns the value of attribute role.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def role @role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def @tags end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def timeout @timeout end |
#transform_encryption ⇒ Types::TransformEncryption
Returns the value of attribute transform_encryption.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def transform_encryption @transform_encryption end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def worker_type @worker_type end |