Class: Aws::LookoutEquipment::Types::StopRetrainingSchedulerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::StopRetrainingSchedulerResponse
 
 
- 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 stopped.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model whose retraining scheduler is being stopped.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the retraining scheduler.
 
Instance Attribute Details
#model_arn ⇒ String
The ARN of the model whose retraining scheduler is being stopped.
      4212 4213 4214 4215 4216 4217 4218  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4212 class StopRetrainingSchedulerResponse < 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 stopped.
      4212 4213 4214 4215 4216 4217 4218  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4212 class StopRetrainingSchedulerResponse < Struct.new( :model_name, :model_arn, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the retraining scheduler.
      4212 4213 4214 4215 4216 4217 4218  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4212 class StopRetrainingSchedulerResponse < Struct.new( :model_name, :model_arn, :status) SENSITIVE = [] include Aws::Structure end  |