class Aws::SageMaker::Types::ModelPackageGroup

A group of versioned models in the model registry.

@!attribute [rw] model_package_group_name

The name of the model group.
@return [String]

@!attribute [rw] model_package_group_arn

The Amazon Resource Name (ARN) of the model group.
@return [String]

@!attribute [rw] model_package_group_description

The description for the model group.
@return [String]

@!attribute [rw] creation_time

The time that the model group was created.
@return [Time]

@!attribute [rw] created_by

Information about the user who created or modified an experiment,
trial, or trial component.
@return [Types::UserContext]

@!attribute [rw] model_package_group_status

The status of the model group. This can be one of the following
values.

* `PENDING` - The model group is pending being created.

* `IN_PROGRESS` - The model group is in the process of being
  created.

* `COMPLETED` - The model group was successfully created.

* `FAILED` - The model group failed.

* `DELETING` - The model group is in the process of being deleted.

* `DELETE_FAILED` - SageMaker failed to delete the model group.
@return [String]

@!attribute [rw] tags

A list of the tags associated with the model group. For more
information, see [Tagging Amazon Web Services resources][1] in the
*Amazon Web Services General Reference Guide*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageGroup AWS API Documentation

Constants

SENSITIVE