This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ModelCard Container
Information about the container used for the model.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Image" :String, "ModelDataUrl" :String, "NearestModelName" :String}
YAML
Image:StringModelDataUrl:StringNearestModelName:String
Properties
Image-
The Amazon EC2 Container Registry (Amazon ECR) path where the model container image is stored.
Required: Yes
Type: String
Maximum:
255Update requires: No interruption
ModelDataUrl-
The Amazon S3 path where the model artifacts are stored.
Required: No
Type: String
Maximum:
1024Update 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