Class: Aws::SageMaker::Types::UpdateClusterSoftwareRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateClusterSoftwareRequest
 
 
- 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 or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
 
Instance Attribute Details
#cluster_name ⇒ String
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
      47432 47433 47434 47435 47436  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47432 class UpdateClusterSoftwareRequest < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end  |