Class: Aws::SageMaker::Types::CreateClusterSchedulerConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateClusterSchedulerConfigRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the cluster.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the cluster policy.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name for the cluster policy.
 - 
  
    
      #scheduler_config  ⇒ Types::SchedulerConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration about the monitoring schedule.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Tags of the cluster policy.
 
Instance Attribute Details
#cluster_arn ⇒ String
ARN of the cluster.
      6303 6304 6305 6306 6307 6308 6309 6310 6311  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6303 class CreateClusterSchedulerConfigRequest < Struct.new( :name, :cluster_arn, :scheduler_config, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Description of the cluster policy.
      6303 6304 6305 6306 6307 6308 6309 6310 6311  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6303 class CreateClusterSchedulerConfigRequest < Struct.new( :name, :cluster_arn, :scheduler_config, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Name for the cluster policy.
      6303 6304 6305 6306 6307 6308 6309 6310 6311  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6303 class CreateClusterSchedulerConfigRequest < Struct.new( :name, :cluster_arn, :scheduler_config, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#scheduler_config ⇒ Types::SchedulerConfig
Configuration about the monitoring schedule.
      6303 6304 6305 6306 6307 6308 6309 6310 6311  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6303 class CreateClusterSchedulerConfigRequest < Struct.new( :name, :cluster_arn, :scheduler_config, :description, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Tags of the cluster policy.
      6303 6304 6305 6306 6307 6308 6309 6310 6311  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6303 class CreateClusterSchedulerConfigRequest < Struct.new( :name, :cluster_arn, :scheduler_config, :description, :tags) SENSITIVE = [] include Aws::Structure end  |