v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Creates an Amazon SageMaker Model Card.

For information about how to use model cards, see Amazon SageMaker Model Card.

post/#X-Amz-Target=SageMaker.CreateModelCard

Headers

X-Amz-Target'SageMaker.CreateModelCard' required

Request body

ModelCardNamestring required

The unique name of the model card.

Contentstring password required

The content of the model card. Content must be in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema">model card JSON schema</a> and provided as a string.

ModelCardStatus'Draft' | 'PendingReview' | 'Approved' | 'Archived' required
<p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p> <ul> <li> <p> <code>Draft</code>: The model card is a work in progress.</p> </li> <li> <p> <code>PendingReview</code>: The model card is pending review.</p> </li> <li> <p> <code>Approved</code>: The model card is approved.</p> </li> <li> <p> <code>Archived</code>: The model card is archived. No more updates should be made to the model card, but it can still be exported.</p> </li> </ul>

Response

Success

ModelCardArnstring required

The Amazon Resource Name (ARN) of the successfully created model card.