Class: Aws::Types::ClusterRestrictedInstanceGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterRestrictedInstanceGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
-
#environment_config ⇒ Types::EnvironmentConfigDetails
Returns the value of attribute environment_config.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#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.
-
#status ⇒ "InService", ...
Returns the value of attribute status.
-
#target_count ⇒ ::Integer
Returns the value of attribute target_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
#current_count ⇒ ::Integer
Returns the value of attribute current_count.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def current_count @current_count end |
#environment_config ⇒ Types::EnvironmentConfigDetails
Returns the value of attribute environment_config.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def environment_config @environment_config end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def execution_role @execution_role end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def instance_group_name @instance_group_name end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def instance_type @instance_type end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 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.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def scheduled_update_config @scheduled_update_config end |
#status ⇒ "InService", ...
Returns the value of attribute status.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def status @status end |
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def target_count @target_count end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def training_plan_arn @training_plan_arn end |
#training_plan_status ⇒ ::String
Returns the value of attribute training_plan_status.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def training_plan_status @training_plan_status end |