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.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def auto_patch_config @auto_patch_config end |
#capacity_requirements ⇒ Types::ClusterCapacityRequirements
Returns the value of attribute capacity_requirements.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def capacity_requirements @capacity_requirements end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def execution_role @execution_role end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def image_id @image_id end |
#image_release_version ⇒ ::String
Returns the value of attribute image_release_version.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def image_release_version @image_release_version end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def instance_count @instance_count end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def instance_group_name @instance_group_name end |
#instance_requirements ⇒ Types::ClusterInstanceRequirements
Returns the value of attribute instance_requirements.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def instance_requirements @instance_requirements end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def instance_type @instance_type end |
#kubernetes_config ⇒ Types::ClusterKubernetesConfig
Returns the value of attribute kubernetes_config.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def kubernetes_config @kubernetes_config end |
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def life_cycle_config @life_cycle_config end |
#min_instance_count ⇒ ::Integer
Returns the value of attribute min_instance_count.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def min_instance_count @min_instance_count end |
#network_interface ⇒ Types::ClusterNetworkInterface
Returns the value of attribute network_interface.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def network_interface @network_interface end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 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.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def scheduled_update_config @scheduled_update_config end |
#slurm_config ⇒ Types::ClusterSlurmConfig
Returns the value of attribute slurm_config.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def slurm_config @slurm_config end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def training_plan_arn @training_plan_arn end |