Class: Aws::SageMaker::Types::DescribeModelPackageGroupOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeModelPackageGroupOutput
 
- Defined in:
- gems/aws-sdk-sagemaker/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 a SageMaker resource. 
- 
  
    
      #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 a SageMaker resource.
| 18628 18629 18630 18631 18632 18633 18634 18635 18636 18637 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18628 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.
| 18628 18629 18630 18631 18632 18633 18634 18635 18636 18637 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18628 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.
| 18628 18629 18630 18631 18632 18633 18634 18635 18636 18637 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18628 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.
| 18628 18629 18630 18631 18632 18633 18634 18635 18636 18637 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18628 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.
| 18628 18629 18630 18631 18632 18633 18634 18635 18636 18637 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18628 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.
| 18628 18629 18630 18631 18632 18633 18634 18635 18636 18637 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18628 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 |