Class: Aws::SageMaker::Types::DescribeModelPackageGroupOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeModelPackageGroupOutput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_by  ⇒ Types::UserContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the model group was created.
 - 
  
    
      #model_package_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the model group.
 - 
  
    
      #model_package_group_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the model group.
 - 
  
    
      #model_package_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model group.
 - 
  
    
      #model_package_group_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the model group.
 
Instance Attribute Details
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
      17117 17118 17119 17120 17121 17122 17123 17124 17125 17126  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17117 class DescribeModelPackageGroupOutput < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :created_by, :model_package_group_status) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The time that the model group was created.
      17117 17118 17119 17120 17121 17122 17123 17124 17125 17126  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17117 class DescribeModelPackageGroupOutput < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :created_by, :model_package_group_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_group_arn ⇒ String
The Amazon Resource Name (ARN) of the model group.
      17117 17118 17119 17120 17121 17122 17123 17124 17125 17126  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17117 class DescribeModelPackageGroupOutput < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :created_by, :model_package_group_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_group_description ⇒ String
A description of the model group.
      17117 17118 17119 17120 17121 17122 17123 17124 17125 17126  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17117 class DescribeModelPackageGroupOutput < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :created_by, :model_package_group_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_group_name ⇒ String
The name of the model group.
      17117 17118 17119 17120 17121 17122 17123 17124 17125 17126  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17117 class DescribeModelPackageGroupOutput < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :created_by, :model_package_group_status) SENSITIVE = [] include Aws::Structure end  | 
  
#model_package_group_status ⇒ String
The status of the model group.
      17117 17118 17119 17120 17121 17122 17123 17124 17125 17126  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 17117 class DescribeModelPackageGroupOutput < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :created_by, :model_package_group_status) SENSITIVE = [] include Aws::Structure end  |