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.
16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16179 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.
16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16179 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.
16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16179 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.
16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16179 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.
16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16179 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.
16179 16180 16181 16182 16183 16184 16185 16186 16187 16188 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16179 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 |