Class: Aws::SageMaker::Types::EdgeModelSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EdgeModelSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Summary of model on edge device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model.
 - 
  
    
      #model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version model.
 
Instance Attribute Details
#model_name ⇒ String
The name of the model.
      20450 20451 20452 20453 20454 20455  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20450 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end  | 
  
#model_version ⇒ String
The version model.
      20450 20451 20452 20453 20454 20455  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20450 class EdgeModelSummary < Struct.new( :model_name, :model_version) SENSITIVE = [] include Aws::Structure end  |