AWS::SageMaker::ModelPackage ModelCard - 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::ModelPackage ModelCard

An Amazon SageMaker Model Card.

Syntax

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

JSON

{ "ModelCardContent" : String, "ModelCardStatus" : String }

YAML

ModelCardContent: String ModelCardStatus: String

Properties

ModelCardContent

Property description not available.

Required: Yes

Type: String

Pattern: .*

Minimum: 0

Maximum: 100000

Update requires: Some interruptions

ModelCardStatus

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

Required: Yes

Type: String

Allowed values: Draft | PendingReview | Approved | Archived

Update requires: Some interruptions