Class: Aws::SageMaker::Types::UpdateClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateClusterRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::ClusterAutoScalingConfig
Updates the autoscaling configuration for the cluster.
-
#cluster_name ⇒ String
Specify the name of the SageMaker HyperPod cluster you want to update.
-
#cluster_role ⇒ String
The Amazon Resource Name (ARN) of the IAM role that HyperPod assumes for cluster autoscaling operations.
-
#instance_groups ⇒ Array<Types::ClusterInstanceGroupSpecification>
Specify the instance groups to update.
-
#instance_groups_to_delete ⇒ Array<String>
Specify the names of the instance groups to delete.
-
#node_recovery ⇒ String
The node recovery mode to be applied to the SageMaker HyperPod cluster.
-
#restricted_instance_groups ⇒ Array<Types::ClusterRestrictedInstanceGroupSpecification>
The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.
-
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Updates the configuration for managed tier checkpointing on the HyperPod cluster.
Instance Attribute Details
#auto_scaling ⇒ Types::ClusterAutoScalingConfig
Updates the autoscaling configuration for the cluster. Use to enable or disable automatic node scaling.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
Specify the name of the SageMaker HyperPod cluster you want to update.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#cluster_role ⇒ String
The Amazon Resource Name (ARN) of the IAM role that HyperPod assumes for cluster autoscaling operations. Cannot be updated while autoscaling is enabled.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#instance_groups ⇒ Array<Types::ClusterInstanceGroupSpecification>
Specify the instance groups to update.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#instance_groups_to_delete ⇒ Array<String>
Specify the names of the instance groups to delete. Use a single ,
as the separator between multiple names.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#node_recovery ⇒ String
The node recovery mode to be applied to the SageMaker HyperPod cluster.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#restricted_instance_groups ⇒ Array<Types::ClusterRestrictedInstanceGroupSpecification>
The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Updates the configuration for managed tier checkpointing on the HyperPod cluster. For example, you can enable or disable the feature and modify the percentage of cluster memory allocated for checkpoint storage.
50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50754 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :restricted_instance_groups, :tiered_storage_config, :node_recovery, :instance_groups_to_delete, :cluster_role, :auto_scaling) SENSITIVE = [] include Aws::Structure end |