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:StringModelPackageGroupName:StringModelPackageGroupPolicy:JsonTags:- Tag
Properties
ModelPackageGroupDescription-
The description for the model group.
Required: No
Type: String
Maximum:
1024Pattern:
[\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:
1Maximum:
63Pattern:
^[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:
50Update requires: No interruption