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.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def environment_config @environment_config end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def execution_role @execution_role end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def instance_count @instance_count end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def instance_group_name @instance_group_name end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def instance_type @instance_type end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 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.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def scheduled_update_config @scheduled_update_config end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def training_plan_arn @training_plan_arn end |