Class: Aws::LookoutEquipment::Types::CreateModelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::CreateModelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the model being created.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the status of the ‘CreateModel` operation.
 
Instance Attribute Details
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model being created.
      535 536 537 538 539 540  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 535 class CreateModelResponse < Struct.new( :model_arn, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Indicates the status of the ‘CreateModel` operation.
      535 536 537 538 539 540  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 535 class CreateModelResponse < Struct.new( :model_arn, :status) SENSITIVE = [] include Aws::Structure end  |