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.
10545 10546 10547 |
# File 'sig/types.rbs', line 10545 def instance_count @instance_count end |
#instance_groups ⇒ ::Array[Types::InstanceGroup]
Returns the value of attribute instance_groups.
10549 10550 10551 |
# File 'sig/types.rbs', line 10549 def instance_groups @instance_groups end |
#instance_placement_config ⇒ Types::InstancePlacementConfig
Returns the value of attribute instance_placement_config.
10551 10552 10553 |
# File 'sig/types.rbs', line 10551 def instance_placement_config @instance_placement_config end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
10544 10545 10546 |
# File 'sig/types.rbs', line 10544 def instance_type @instance_type end |
#keep_alive_period_in_seconds ⇒ ::Integer
Returns the value of attribute keep_alive_period_in_seconds.
10548 10549 10550 |
# File 'sig/types.rbs', line 10548 def keep_alive_period_in_seconds @keep_alive_period_in_seconds end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10550 10551 10552 |
# File 'sig/types.rbs', line 10550 def training_plan_arn @training_plan_arn end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
10547 10548 10549 |
# File 'sig/types.rbs', line 10547 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10546 10547 10548 |
# File 'sig/types.rbs', line 10546 def volume_size_in_gb @volume_size_in_gb end |