Class: Aws::Types::ClusterRestrictedInstanceGroupSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ClusterRestrictedInstanceGroupSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_config ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_config.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
-
#override_vpc_config ⇒ Types::VpcConfig
Returns the value of attribute override_vpc_config.
-
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
-
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
Instance Attribute Details
#environment_config ⇒ Types::EnvironmentConfig
Returns the value of attribute environment_config.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def environment_config @environment_config end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def execution_role @execution_role end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def instance_count @instance_count end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def instance_group_name @instance_group_name end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def instance_type @instance_type end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def on_start_deep_health_checks @on_start_deep_health_checks end |
#override_vpc_config ⇒ Types::VpcConfig
Returns the value of attribute override_vpc_config.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def scheduled_update_config @scheduled_update_config end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def training_plan_arn @training_plan_arn end |