v1

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

Update an Amazon SageMaker Model Card.

You cannot update both model card content and model card status in a single call.

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

Headers

X-Amz-Target'SageMaker.UpdateModelCard' required

Request body

ModelCardNamestring required

The name of the model card to update.

Contentstring password
<p>The updated model card content. 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.</p> <p>When updating model card content, be sure to include the full content and not just updated content.</p>
ModelCardStatus'Draft' | 'PendingReview' | 'Approved' | 'Archived'
<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 updated model card.