AWS::SageMaker::ModelPackage ModelCard - AWS CloudFormation

AWS::SageMaker::ModelPackage ModelCard

An Amazon SageMaker Model Card.

Syntax

To declare this entity in your AWS 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