Class: Aws::Types::ProcessingClusterConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingClusterConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_preferences ⇒ ::Array[Types::ProcessingInstancePreference]
Returns the value of attribute instance_preferences.
-
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
-
#selected_instance_count ⇒ ::Integer
Returns the value of attribute selected_instance_count.
-
#selected_instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute selected_instance_type.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
10022 10023 10024 |
# File 'sig/types.rbs', line 10022 def instance_count @instance_count end |
#instance_preferences ⇒ ::Array[Types::ProcessingInstancePreference]
Returns the value of attribute instance_preferences.
10026 10027 10028 |
# File 'sig/types.rbs', line 10026 def instance_preferences @instance_preferences end |
#instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute instance_type.
10023 10024 10025 |
# File 'sig/types.rbs', line 10023 def instance_type @instance_type end |
#selected_instance_count ⇒ ::Integer
Returns the value of attribute selected_instance_count.
10028 10029 10030 |
# File 'sig/types.rbs', line 10028 def selected_instance_count @selected_instance_count end |
#selected_instance_type ⇒ "ml.t3.medium", ...
Returns the value of attribute selected_instance_type.
10027 10028 10029 |
# File 'sig/types.rbs', line 10027 def selected_instance_type @selected_instance_type end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
10025 10026 10027 |
# File 'sig/types.rbs', line 10025 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10024 10025 10026 |
# File 'sig/types.rbs', line 10024 def volume_size_in_gb @volume_size_in_gb end |