AWS::SageMaker::UserProfile CustomImage - 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::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: String ImageName: String ImageVersionNumber: Integer

Properties

AppImageConfigName

The name of the AppImageConfig.

Required: Yes

Type: String

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

Maximum: 63

Update requires: No interruption

ImageName

The name of the CustomImage. Must be unique to your account.

Required: Yes

Type: String

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

Maximum: 63

Update requires: No interruption

ImageVersionNumber

The version number of the CustomImage.

Required: No

Type: Integer

Minimum: 0

Update requires: No interruption