Class: Aws::SageMaker::Types::UpdateClusterSchedulerConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateClusterSchedulerConfigRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_scheduler_config_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the cluster policy.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the cluster policy.
 - 
  
    
      #scheduler_config  ⇒ Types::SchedulerConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cluster policy configuration.
 - 
  
    
      #target_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Target version.
 
Instance Attribute Details
#cluster_scheduler_config_id ⇒ String
ID of the cluster policy.
      47677 47678 47679 47680 47681 47682 47683 47684  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47677 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Description of the cluster policy.
      47677 47678 47679 47680 47681 47682 47683 47684  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47677 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#scheduler_config ⇒ Types::SchedulerConfig
Cluster policy configuration.
      47677 47678 47679 47680 47681 47682 47683 47684  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47677 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#target_version ⇒ Integer
Target version.
      47677 47678 47679 47680 47681 47682 47683 47684  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47677 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end  |