Class: Aws::SageMaker::Types::MonitoringScheduleConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringScheduleConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configures the monitoring schedule and defines the monitoring job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monitoring_job_definition  ⇒ Types::MonitoringJobDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the monitoring job.
 - 
  
    
      #monitoring_job_definition_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the monitoring job definition to schedule.
 - 
  
    
      #monitoring_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the monitoring job definition to schedule.
 - 
  
    
      #schedule_config  ⇒ Types::ScheduleConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configures the monitoring schedule.
 
Instance Attribute Details
#monitoring_job_definition ⇒ Types::MonitoringJobDefinition
Defines the monitoring job.
      36141 36142 36143 36144 36145 36146 36147 36148  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36141 class MonitoringScheduleConfig < Struct.new( :schedule_config, :monitoring_job_definition, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_job_definition_name ⇒ String
The name of the monitoring job definition to schedule.
      36141 36142 36143 36144 36145 36146 36147 36148  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36141 class MonitoringScheduleConfig < Struct.new( :schedule_config, :monitoring_job_definition, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_type ⇒ String
The type of the monitoring job definition to schedule.
      36141 36142 36143 36144 36145 36146 36147 36148  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36141 class MonitoringScheduleConfig < Struct.new( :schedule_config, :monitoring_job_definition, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end  | 
  
#schedule_config ⇒ Types::ScheduleConfig
Configures the monitoring schedule.
      36141 36142 36143 36144 36145 36146 36147 36148  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36141 class MonitoringScheduleConfig < Struct.new( :schedule_config, :monitoring_job_definition, :monitoring_job_definition_name, :monitoring_type) SENSITIVE = [] include Aws::Structure end  |