Class: Aws::Types::ClusterInstanceGroupSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInstanceGroupSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_patch_config ⇒ Types::ClusterAutoPatchConfig
Returns the value of attribute auto_patch_config.
-
#capacity_requirements ⇒ Types::ClusterCapacityRequirements
Returns the value of attribute capacity_requirements.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_release_version ⇒ ::String
Returns the value of attribute image_release_version.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_requirements ⇒ Types::ClusterInstanceRequirements
Returns the value of attribute instance_requirements.
-
#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.
-
#kubernetes_config ⇒ Types::ClusterKubernetesConfig
Returns the value of attribute kubernetes_config.
-
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
-
#min_instance_count ⇒ ::Integer
Returns the value of attribute min_instance_count.
-
#network_interface ⇒ Types::ClusterNetworkInterface
Returns the value of attribute network_interface.
-
#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.
-
#slurm_config ⇒ Types::ClusterSlurmConfig
Returns the value of attribute slurm_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
#auto_patch_config ⇒ Types::ClusterAutoPatchConfig
Returns the value of attribute auto_patch_config.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def auto_patch_config @auto_patch_config end |
#capacity_requirements ⇒ Types::ClusterCapacityRequirements
Returns the value of attribute capacity_requirements.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def capacity_requirements @capacity_requirements end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def execution_role @execution_role end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def image_id @image_id end |
#image_release_version ⇒ ::String
Returns the value of attribute image_release_version.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def image_release_version @image_release_version end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def instance_count @instance_count end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def instance_group_name @instance_group_name end |
#instance_requirements ⇒ Types::ClusterInstanceRequirements
Returns the value of attribute instance_requirements.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def instance_requirements @instance_requirements end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def instance_type @instance_type end |
#kubernetes_config ⇒ Types::ClusterKubernetesConfig
Returns the value of attribute kubernetes_config.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def kubernetes_config @kubernetes_config end |
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def life_cycle_config @life_cycle_config end |
#min_instance_count ⇒ ::Integer
Returns the value of attribute min_instance_count.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def min_instance_count @min_instance_count end |
#network_interface ⇒ Types::ClusterNetworkInterface
Returns the value of attribute network_interface.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def network_interface @network_interface end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 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.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def scheduled_update_config @scheduled_update_config end |
#slurm_config ⇒ Types::ClusterSlurmConfig
Returns the value of attribute slurm_config.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def slurm_config @slurm_config end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def training_plan_arn @training_plan_arn end |