Class: Aws::SageMaker::Types::UpdateMonitoringScheduleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateMonitoringScheduleRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monitoring_schedule_config  ⇒ Types::MonitoringScheduleConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration object that specifies the monitoring schedule and defines the monitoring job.
 - 
  
    
      #monitoring_schedule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the monitoring schedule.
 
Instance Attribute Details
#monitoring_schedule_config ⇒ Types::MonitoringScheduleConfig
The configuration object that specifies the monitoring schedule and defines the monitoring job.
      48522 48523 48524 48525 48526 48527  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48522 class UpdateMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name, :monitoring_schedule_config) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_schedule_name ⇒ String
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
      48522 48523 48524 48525 48526 48527  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48522 class UpdateMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name, :monitoring_schedule_config) SENSITIVE = [] include Aws::Structure end  |