Class: Aws::SageMaker::Types::StopMonitoringScheduleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::StopMonitoringScheduleRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monitoring_schedule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the schedule to stop.
 
Instance Attribute Details
#monitoring_schedule_name ⇒ String
The name of the schedule to stop.
      43715 43716 43717 43718 43719  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 43715 class StopMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name) SENSITIVE = [] include Aws::Structure end  |