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.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def current_count @current_count end |
#environment_config ⇒ Types::EnvironmentConfigDetails
Returns the value of attribute environment_config.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def environment_config @environment_config end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def execution_role @execution_role end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def instance_group_name @instance_group_name end |
#instance_storage_configs ⇒ ::Array[Types::ClusterInstanceStorageConfig]
Returns the value of attribute instance_storage_configs.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def instance_storage_configs @instance_storage_configs end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def instance_type @instance_type end |
#on_start_deep_health_checks ⇒ ::Array[("InstanceStress" | "InstanceConnectivity")]
Returns the value of attribute on_start_deep_health_checks.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 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.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def override_vpc_config @override_vpc_config end |
#scheduled_update_config ⇒ Types::ScheduledUpdateConfig
Returns the value of attribute scheduled_update_config.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def scheduled_update_config @scheduled_update_config end |
#status ⇒ "InService", ...
Returns the value of attribute status.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def status @status end |
#target_count ⇒ ::Integer
Returns the value of attribute target_count.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def target_count @target_count end |
#threads_per_core ⇒ ::Integer
Returns the value of attribute threads_per_core.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def threads_per_core @threads_per_core end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def training_plan_arn @training_plan_arn end |
#training_plan_status ⇒ ::String
Returns the value of attribute training_plan_status.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def training_plan_status @training_plan_status end |