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