Class: Aws::LookoutEquipment::Types::StartRetrainingSchedulerRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::StartRetrainingSchedulerRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model whose retraining scheduler you want to start.
 
Instance Attribute Details
#model_name ⇒ String
The name of the model whose retraining scheduler you want to start.
      4111 4112 4113 4114 4115  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4111 class StartRetrainingSchedulerRequest < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end  |