Class: Aws::LookoutEquipment::Types::ImportModelVersionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::ImportModelVersionResponse
 
 
- 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.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name for the machine learning model.
 - 
  
    
      #model_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the model being created.
 - 
  
    
      #model_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the model version being created.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the ‘ImportModelVersion` operation.
 
Instance Attribute Details
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model being created.
      2184 2185 2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2184 class ImportModelVersionResponse < Struct.new( :model_name, :model_arn, :model_version_arn, :model_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name for the machine learning model.
      2184 2185 2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2184 class ImportModelVersionResponse < Struct.new( :model_name, :model_arn, :model_version_arn, :model_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_version ⇒ Integer
The version of the model being created.
      2184 2185 2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2184 class ImportModelVersionResponse < Struct.new( :model_name, :model_arn, :model_version_arn, :model_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_version_arn ⇒ String
The Amazon Resource Name (ARN) of the model version being created.
      2184 2185 2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2184 class ImportModelVersionResponse < Struct.new( :model_name, :model_arn, :model_version_arn, :model_version, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the ‘ImportModelVersion` operation.
      2184 2185 2186 2187 2188 2189 2190 2191 2192  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2184 class ImportModelVersionResponse < Struct.new( :model_name, :model_arn, :model_version_arn, :model_version, :status) SENSITIVE = [] include Aws::Structure end  |