Class: Aws::SageMaker::Types::DescribeMonitoringScheduleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeMonitoringScheduleRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monitoring_schedule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of a previously created monitoring schedule.
 
Instance Attribute Details
#monitoring_schedule_name ⇒ String
Name of a previously created monitoring schedule.
      17331 17332 17333 17334 17335  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17331 class DescribeMonitoringScheduleRequest < Struct.new( :monitoring_schedule_name) SENSITIVE = [] include Aws::Structure end  |