AWS::SageMaker::UserProfile CustomImage
A custom SageMaker image. For more information, see Bring your own SageMaker image.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AppImageConfigName" :String, "ImageName" :String, "ImageVersionNumber" :Integer}
YAML
AppImageConfigName:StringImageName:StringImageVersionNumber:Integer
Properties
AppImageConfigName-
The name of the AppImageConfig.
Required: Yes
Type: String
Maximum:
63Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}Update requires: No interruption
ImageName-
The name of the CustomImage. Must be unique to your account.
Required: Yes
Type: String
Minimum:
1Maximum:
63Pattern:
^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$Update requires: No interruption
ImageVersionNumber-
The version number of the CustomImage.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption