Class: Aws::LookoutEquipment::Types::StartRetrainingSchedulerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::StartRetrainingSchedulerResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the model whose retraining scheduler is being started.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model whose retraining scheduler is being started.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the retraining scheduler.
 
Instance Attribute Details
#model_arn ⇒ String
The ARN of the model whose retraining scheduler is being started.
      4131 4132 4133 4134 4135 4136 4137  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4131 class StartRetrainingSchedulerResponse < Struct.new( :model_name, :model_arn, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name of the model whose retraining scheduler is being started.
      4131 4132 4133 4134 4135 4136 4137  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4131 class StartRetrainingSchedulerResponse < Struct.new( :model_name, :model_arn, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the retraining scheduler.
      4131 4132 4133 4134 4135 4136 4137  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4131 class StartRetrainingSchedulerResponse < Struct.new( :model_name, :model_arn, :status) SENSITIVE = [] include Aws::Structure end  |