AWS::SageMaker::ModelPackageGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::ModelPackageGroup

A group of versioned models in the model registry.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::ModelPackageGroup", "Properties" : { "ModelPackageGroupDescription" : String, "ModelPackageGroupName" : String, "ModelPackageGroupPolicy" : Json, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SageMaker::ModelPackageGroup Properties: ModelPackageGroupDescription: String ModelPackageGroupName: String ModelPackageGroupPolicy: Json Tags: - Tag

Properties

ModelPackageGroupDescription

The description for the model group.

Required: No

Type: String

Maximum: 1024

Pattern: [\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*

Update requires: Replacement

ModelPackageGroupName

The name of the model group.

Required: Yes

Type: String

Minimum: 1

Maximum: 63

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$

Update requires: Replacement

ModelPackageGroupPolicy

A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the Amazon Identity and Access Management User Guide..

Required: No

Type: Json

Update requires: No interruption

Tags

An array of key-value pairs to apply to this resource.

For more information, see Tag.

Required: No

Type: List of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CreationTime

The time when the model group was created.

ModelPackageGroupArn

The Amazon Resource Name (ARN) of the model group.

ModelPackageGroupStatus

The status of the model group.