AWS::SageMaker::ModelPackageGroup
A group of versioned models in the model registry.
Syntax
To declare this entity in your AWS 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
Pattern:
[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*
Maximum:
1024
Update requires: Replacement
ModelPackageGroupName
-
The name of the model group.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
Maximum:
63
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 AWS Identity and Access Management User Guide..
Required: No
Type: Json
Update requires: No interruption
-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: Array of Tag
Maximum:
50
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the Amazon Resource Name (ARN) of the model package group.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see 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.