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_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.
-
#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.
10538 10539 10540 |
# File 'sig/types.rbs', line 10538 def instance_count @instance_count end |
#instance_groups ⇒ ::Array[Types::InstanceGroup]
Returns the value of attribute instance_groups.
10542 10543 10544 |
# File 'sig/types.rbs', line 10542 def instance_groups @instance_groups end |
#instance_placement_config ⇒ Types::InstancePlacementConfig
Returns the value of attribute instance_placement_config.
10544 10545 10546 |
# File 'sig/types.rbs', line 10544 def instance_placement_config @instance_placement_config end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
10537 10538 10539 |
# File 'sig/types.rbs', line 10537 def instance_type @instance_type end |
#keep_alive_period_in_seconds ⇒ ::Integer
Returns the value of attribute keep_alive_period_in_seconds.
10541 10542 10543 |
# File 'sig/types.rbs', line 10541 def keep_alive_period_in_seconds @keep_alive_period_in_seconds end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10543 10544 10545 |
# File 'sig/types.rbs', line 10543 def training_plan_arn @training_plan_arn end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
10540 10541 10542 |
# File 'sig/types.rbs', line 10540 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10539 10540 10541 |
# File 'sig/types.rbs', line 10539 def volume_size_in_gb @volume_size_in_gb end |