Class: Aws::SageMaker::Types::ModelPackageSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelPackageSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Provides summary information about a model package.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that shows when the model package was created.
 - 
  
    
      #model_approval_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The approval status of the model.
 - 
  
    
      #model_package_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the model package.
 - 
  
    
      #model_package_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A brief description of the model package.
 - 
  
    
      #model_package_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the model package is a versioned model, the model group that the versioned model belongs to.
 - 
  
    
      #model_package_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model package.
 - 
  
    
      #model_package_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The overall status of the model package.
 - 
  
    
      #model_package_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the model package is a versioned model, the version of the model.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_approval_status ⇒ String
The approval status of the model. This can be one of the following values.
- 
‘APPROVED` - The model is approved
 - 
‘REJECTED` - The model is rejected.
 - 
‘PENDING_MANUAL_APPROVAL` - The model is waiting for manual approval.
 
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_description ⇒ String
A brief description of the model package.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_group_name ⇒ String
If the model package is a versioned model, the model group that the versioned model belongs to.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_name ⇒ String
The name of the model package.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_status ⇒ String
The overall status of the model package.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_version ⇒ Integer
If the model package is a versioned model, the version of the model.
      35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35056 class ModelPackageSummary < Struct.new( :model_package_name, :model_package_group_name, :model_package_version, :model_package_arn, :model_package_description, :creation_time, :model_package_status, :model_approval_status) SENSITIVE = [] include Aws::Structure end  |