class Aws::SageMaker::Types::CreateModelPackageGroupInput

@note When making an API call, you may pass CreateModelPackageGroupInput

data as a hash:

    {
      model_package_group_name: "EntityName", # required
      model_package_group_description: "EntityDescription",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] model_package_group_name

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

@!attribute [rw] model_package_group_description

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

@!attribute [rw] tags

A list of key value pairs 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/CreateModelPackageGroupInput AWS API Documentation

Constants

SENSITIVE