Class: Aws::SageMaker::Types::ModelMetadataSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelMetadataSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A summary of the model metadata.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The machine learning domain of the model.
 - 
  
    
      #framework  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The machine learning framework of the model.
 - 
  
    
      #framework_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The framework version of the model.
 - 
  
    
      #model  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model.
 - 
  
    
      #task  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The machine learning task of the model.
 
Instance Attribute Details
#domain ⇒ String
The machine learning domain of the model.
      34681 34682 34683 34684 34685 34686 34687 34688 34689  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34681 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end  | 
  
#framework ⇒ String
The machine learning framework of the model.
      34681 34682 34683 34684 34685 34686 34687 34688 34689  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34681 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end  | 
  
#framework_version ⇒ String
The framework version of the model.
      34681 34682 34683 34684 34685 34686 34687 34688 34689  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34681 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end  | 
  
#model ⇒ String
The name of the model.
      34681 34682 34683 34684 34685 34686 34687 34688 34689  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34681 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end  | 
  
#task ⇒ String
The machine learning task of the model.
      34681 34682 34683 34684 34685 34686 34687 34688 34689  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34681 class ModelMetadataSummary < Struct.new( :domain, :framework, :task, :model, :framework_version) SENSITIVE = [] include Aws::Structure end  |