Class: Aws::Types::UpdateMLTransformRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMLTransformRequest
- 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.
-
#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.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
8116 8117 8118 |
# File 'sig/types.rbs', line 8116 def description @description end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
8119 8120 8121 |
# File 'sig/types.rbs', line 8119 def glue_version @glue_version end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
8120 8121 8122 |
# File 'sig/types.rbs', line 8120 def max_capacity @max_capacity end |
#max_retries ⇒ ::Integer
Returns the value of attribute max_retries.
8124 8125 8126 |
# File 'sig/types.rbs', line 8124 def max_retries @max_retries end |
#name ⇒ ::String
Returns the value of attribute name.
8115 8116 8117 |
# File 'sig/types.rbs', line 8115 def name @name end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
8122 8123 8124 |
# File 'sig/types.rbs', line 8122 def number_of_workers @number_of_workers end |
#parameters ⇒ Types::TransformParameters
Returns the value of attribute parameters.
8117 8118 8119 |
# File 'sig/types.rbs', line 8117 def parameters @parameters end |
#role ⇒ ::String
Returns the value of attribute role.
8118 8119 8120 |
# File 'sig/types.rbs', line 8118 def role @role end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
8123 8124 8125 |
# File 'sig/types.rbs', line 8123 def timeout @timeout end |
#transform_id ⇒ ::String
Returns the value of attribute transform_id.
8114 8115 8116 |
# File 'sig/types.rbs', line 8114 def transform_id @transform_id end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
8121 8122 8123 |
# File 'sig/types.rbs', line 8121 def worker_type @worker_type end |