Class: Aws::SageMaker::Types::UpdateClusterRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateClusterRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify the name of the SageMaker HyperPod cluster you want to update.
 - 
  
    
      #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.
 
Instance Attribute Details
#cluster_name ⇒ String
Specify the name of the SageMaker HyperPod cluster you want to update.
      47637 47638 47639 47640 47641 47642 47643 47644  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47637 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :node_recovery, :instance_groups_to_delete) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_groups ⇒ Array<Types::ClusterInstanceGroupSpecification>
Specify the instance groups to update.
      47637 47638 47639 47640 47641 47642 47643 47644  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47637 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :node_recovery, :instance_groups_to_delete) 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.
      47637 47638 47639 47640 47641 47642 47643 47644  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47637 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :node_recovery, :instance_groups_to_delete) SENSITIVE = [] include Aws::Structure end  | 
  
#node_recovery ⇒ String
The node recovery mode to be applied to the SageMaker HyperPod cluster.
      47637 47638 47639 47640 47641 47642 47643 47644  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47637 class UpdateClusterRequest < Struct.new( :cluster_name, :instance_groups, :node_recovery, :instance_groups_to_delete) SENSITIVE = [] include Aws::Structure end  |