Class: Aws::SageMaker::Types::ModelPackageGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageGroupSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Summary information about a model group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#creation_time ⇒ Time
The time that the model group was created.
34860 34861 34862 34863 34864 34865 34866 34867 34868 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34860 class ModelPackageGroupSummary < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :model_package_group_status) SENSITIVE = [] include Aws::Structure end |
#model_package_group_arn ⇒ String
The Amazon Resource Name (ARN) of the model group.
34860 34861 34862 34863 34864 34865 34866 34867 34868 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34860 class ModelPackageGroupSummary < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :model_package_group_status) SENSITIVE = [] include Aws::Structure end |
#model_package_group_description ⇒ String
A description of the model group.
34860 34861 34862 34863 34864 34865 34866 34867 34868 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34860 class ModelPackageGroupSummary < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :model_package_group_status) SENSITIVE = [] include Aws::Structure end |
#model_package_group_name ⇒ String
The name of the model group.
34860 34861 34862 34863 34864 34865 34866 34867 34868 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34860 class ModelPackageGroupSummary < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :model_package_group_status) SENSITIVE = [] include Aws::Structure end |
#model_package_group_status ⇒ String
The status of the model group.
34860 34861 34862 34863 34864 34865 34866 34867 34868 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34860 class ModelPackageGroupSummary < Struct.new( :model_package_group_name, :model_package_group_arn, :model_package_group_description, :creation_time, :model_package_group_status) SENSITIVE = [] include Aws::Structure end |