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.
10560 10561 10562 |
# File 'sig/types.rbs', line 10560 def instance_count @instance_count end |
#instance_groups ⇒ ::Array[Types::InstanceGroup]
Returns the value of attribute instance_groups.
10564 10565 10566 |
# File 'sig/types.rbs', line 10564 def instance_groups @instance_groups end |
#instance_placement_config ⇒ Types::InstancePlacementConfig
Returns the value of attribute instance_placement_config.
10566 10567 10568 |
# File 'sig/types.rbs', line 10566 def instance_placement_config @instance_placement_config end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
10559 10560 10561 |
# File 'sig/types.rbs', line 10559 def instance_type @instance_type end |
#keep_alive_period_in_seconds ⇒ ::Integer
Returns the value of attribute keep_alive_period_in_seconds.
10563 10564 10565 |
# File 'sig/types.rbs', line 10563 def keep_alive_period_in_seconds @keep_alive_period_in_seconds end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10565 10566 10567 |
# File 'sig/types.rbs', line 10565 def training_plan_arn @training_plan_arn end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
10562 10563 10564 |
# File 'sig/types.rbs', line 10562 def volume_kms_key_id @volume_kms_key_id end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
10561 10562 10563 |
# File 'sig/types.rbs', line 10561 def volume_size_in_gb @volume_size_in_gb end |