AWS::SageMaker::ModelCard Container - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::ModelCard Container

Information about the container used for the model.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Image" : String, "ModelDataUrl" : String, "NearestModelName" : String }

YAML

Image: String ModelDataUrl: String NearestModelName: String

Properties

Image

The Amazon EC2 Container Registry (Amazon ECR) path where the model container image is stored.

Required: Yes

Type: String

Maximum: 255

Update requires: No interruption

ModelDataUrl

The Amazon S3 path where the model artifacts are stored.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

NearestModelName

The name of a pre-trained model in the registry that is similar to this model.

Required: No

Type: String

Update requires: No interruption