Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
post/#X-Amz-Target=SageMaker.DescribeModelCard
Headers
X-Amz-Target'SageMaker.DescribeModelCard' required
Request body
ModelCardNamestring required
The name of the model card to describe.
ModelCardVersioninteger
The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.
Response
Success
ModelCardArnstring required
The Amazon Resource Name (ARN) of the model card.
ModelCardNamestring required
The name of the model card.
ModelCardVersioninteger required
The version of the model card.
Contentstring password required
The content of the model card.
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>
CreationTimestring date-time required
The date and time the model card was created.
LastModifiedTimestring date-time
The date and time the model card was last modified.
ModelCardProcessingStatus'DeleteInProgress' | 'DeletePending' | 'ContentDeleted' | 'ExportJobsDeleted' | 'DeleteCompleted' | 'DeleteFailed'
<p>The processing status of model card deletion. The <code>ModelCardProcessingStatus</code> updates throughout the different deletion steps.</p> <ul> <li> <p> <code>DeletePending</code>: Model card deletion request received.</p> </li> <li> <p> <code>DeleteInProgress</code>: Model card deletion is in progress.</p> </li> <li> <p> <code>ContentDeleted</code>: Deleted model card content.</p> </li> <li> <p> <code>ExportJobsDeleted</code>: Deleted all export jobs associated with the model card.</p> </li> <li> <p> <code>DeleteCompleted</code>: Successfully deleted the model card.</p> </li> <li> <p> <code>DeleteFailed</code>: The model card failed to delete.</p> </li> </ul>