Class: Aws::Types::ClusterInstanceGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInstanceGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_operations ⇒ ::Hash[("Scaling"), ::Integer]
Returns the value of attribute active_operations.
-
#active_software_update_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute active_software_update_config.
-
#auto_patch_config ⇒ Types::ClusterAutoPatchConfigDetails
Returns the value of attribute auto_patch_config.
-
#capacity_requirements ⇒ Types::ClusterCapacityRequirements
Returns the value of attribute capacity_requirements.
-
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
-
#current_image_id ⇒ ::String
Returns the value of attribute current_image_id.
-
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
-
#desired_image_id ⇒ ::String
Returns the value of attribute desired_image_id.
-
#desired_image_release_version ⇒ ::String
Returns the value of attribute desired_image_release_version.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
-
#instance_requirements ⇒ Types::ClusterInstanceRequirementDetails
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.
-
#instance_type_details ⇒ ::Array[Types::ClusterInstanceTypeDetail]
Returns the value of attribute instance_type_details.
-
#kubernetes_config ⇒ Types::ClusterKubernetesConfigDetails
Returns the value of attribute kubernetes_config.
-
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
-
#min_count ⇒ ::Integer
Returns the value of attribute min_count.
-
#network_interface ⇒ Types::ClusterNetworkInterfaceDetails
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::ClusterSlurmConfigDetails
Returns the value of attribute slurm_config.
-
#software_update_status ⇒ "Pending", ...
Returns the value of attribute software_update_status.
-
#status ⇒ "InService", ...
Returns the value of attribute status.
-
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
-
#target_state_count ⇒ ::Integer
Returns the value of attribute target_state_count.
-
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
-
#training_plan_status ⇒ ::String
Returns the value of attribute training_plan_status.
Instance Attribute Details
#active_operations ⇒ ::Hash[("Scaling"), ::Integer]
Returns the value of attribute active_operations.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def active_operations @active_operations end |
#active_software_update_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute active_software_update_config.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def active_software_update_config @active_software_update_config end |
#auto_patch_config ⇒ Types::ClusterAutoPatchConfigDetails
Returns the value of attribute auto_patch_config.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def auto_patch_config @auto_patch_config end |
#capacity_requirements ⇒ Types::ClusterCapacityRequirements
Returns the value of attribute capacity_requirements.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def capacity_requirements @capacity_requirements end |
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def current_count @current_count end |
#current_image_id ⇒ ::String
Returns the value of attribute current_image_id.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def current_image_id @current_image_id end |
#current_image_release_version ⇒ ::String
Returns the value of attribute current_image_release_version.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def current_image_release_version @current_image_release_version end |
#desired_image_id ⇒ ::String
Returns the value of attribute desired_image_id.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def desired_image_id @desired_image_id end |
#desired_image_release_version ⇒ ::String
Returns the value of attribute desired_image_release_version.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def desired_image_release_version @desired_image_release_version end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def execution_role @execution_role end |
#image_version_status ⇒ "UpToDate", ...
Returns the value of attribute image_version_status.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def image_version_status @image_version_status end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def instance_group_name @instance_group_name end |
#instance_requirements ⇒ Types::ClusterInstanceRequirementDetails
Returns the value of attribute instance_requirements.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def instance_requirements @instance_requirements end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def instance_type @instance_type end |
#instance_type_details ⇒ ::Array[Types::ClusterInstanceTypeDetail]
Returns the value of attribute instance_type_details.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def instance_type_details @instance_type_details end |
#kubernetes_config ⇒ Types::ClusterKubernetesConfigDetails
Returns the value of attribute kubernetes_config.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def kubernetes_config @kubernetes_config end |
#life_cycle_config ⇒ Types::ClusterLifeCycleConfig
Returns the value of attribute life_cycle_config.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def life_cycle_config @life_cycle_config end |
#min_count ⇒ ::Integer
Returns the value of attribute min_count.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def min_count @min_count end |
#network_interface ⇒ Types::ClusterNetworkInterfaceDetails
Returns the value of attribute network_interface.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def network_interface @network_interface end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 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.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def scheduled_update_config @scheduled_update_config end |
#slurm_config ⇒ Types::ClusterSlurmConfigDetails
Returns the value of attribute slurm_config.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def slurm_config @slurm_config end |
#software_update_status ⇒ "Pending", ...
Returns the value of attribute software_update_status.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def software_update_status @software_update_status end |
#status ⇒ "InService", ...
Returns the value of attribute status.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def status @status end |
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def target_count @target_count end |
#target_state_count ⇒ ::Integer
Returns the value of attribute target_state_count.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def target_state_count @target_state_count end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def training_plan_arn @training_plan_arn end |
#training_plan_status ⇒ ::String
Returns the value of attribute training_plan_status.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def training_plan_status @training_plan_status end |