Class: Aws::Types::ResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_groups ⇒ ::Array[Types::InstanceGroup]
Returns the value of attribute instance_groups.
-
#instance_placement_config ⇒ Types::InstancePlacementConfig
Returns the value of attribute instance_placement_config.
-
#instance_preferences ⇒ ::Array[Types::InstancePreference]
Returns the value of attribute instance_preferences.
-
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
-
#keep_alive_period_in_seconds ⇒ ::Integer
Returns the value of attribute keep_alive_period_in_seconds.
-
#selected_instance_count ⇒ ::Integer
Returns the value of attribute selected_instance_count.
-
#selected_instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute selected_instance_type.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
-
#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.
10617 10618 10619 |
# File 'sig/types.rbs', line 10617 def instance_count @instance_count end |
#instance_groups ⇒ ::Array[Types::InstanceGroup]
Returns the value of attribute instance_groups.
10621 10622 10623 |
# File 'sig/types.rbs', line 10621 def instance_groups @instance_groups end |
#instance_placement_config ⇒ Types::InstancePlacementConfig
Returns the value of attribute instance_placement_config.
10623 10624 10625 |
# File 'sig/types.rbs', line 10623 def instance_placement_config @instance_placement_config end |
#instance_preferences ⇒ ::Array[Types::InstancePreference]
Returns the value of attribute instance_preferences.
10624 10625 10626 |
# File 'sig/types.rbs', line 10624 def instance_preferences @instance_preferences end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
10616 10617 10618 |
# File 'sig/types.rbs', line 10616 def instance_type @instance_type end |
#keep_alive_period_in_seconds ⇒ ::Integer
Returns the value of attribute keep_alive_period_in_seconds.
10620 10621 10622 |
# File 'sig/types.rbs', line 10620 def keep_alive_period_in_seconds @keep_alive_period_in_seconds end |
#selected_instance_count ⇒ ::Integer
Returns the value of attribute selected_instance_count.
10626 10627 10628 |
# File 'sig/types.rbs', line 10626 def selected_instance_count @selected_instance_count end |
#selected_instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute selected_instance_type.
10625 10626 10627 |
# File 'sig/types.rbs', line 10625 def selected_instance_type @selected_instance_type end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10622 10623 10624 |
# File 'sig/types.rbs', line 10622 def training_plan_arn @training_plan_arn end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
10619 10620 10621 |
# File 'sig/types.rbs', line 10619 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10618 10619 10620 |
# File 'sig/types.rbs', line 10618 def volume_size_in_gb @volume_size_in_gb end |