Class: Aws::SageMaker::Types::ModelSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Provides summary information about a model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that indicates when the model was created.
 - 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the model.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model that you want a summary for.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that indicates when the model was created.
      35600 35601 35602 35603 35604 35605 35606  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35600 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model.
      35600 35601 35602 35603 35604 35605 35606  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35600 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name of the model that you want a summary for.
      35600 35601 35602 35603 35604 35605 35606  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35600 class ModelSummary < Struct.new( :model_name, :model_arn, :creation_time) SENSITIVE = [] include Aws::Structure end  |