Class: Aws::SageMaker::Types::ModelPackageGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageGroupSummary
- Includes:
- Aws::Structure
- Defined in:
- 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.
33447 33448 33449 33450 33451 33452 33453 33454 33455 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33447 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.
33447 33448 33449 33450 33451 33452 33453 33454 33455 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33447 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.
33447 33448 33449 33450 33451 33452 33453 33454 33455 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33447 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.
33447 33448 33449 33450 33451 33452 33453 33454 33455 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33447 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.
33447 33448 33449 33450 33451 33452 33453 33454 33455 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33447 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 |