v1

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

Describes an Amazon SageMaker Model Card export job.

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

Headers

X-Amz-Target'SageMaker.DescribeModelCardExportJob' required

Request body

ModelCardExportJobArnstring required

The Amazon Resource Name (ARN) of the model card export job to describe.

Response

Success

ModelCardExportJobNamestring required

The name of the model card export job to describe.

ModelCardExportJobArnstring required

The Amazon Resource Name (ARN) of the model card export job.

Status'InProgress' | 'Completed' | 'Failed' required
<p>The completion status of the model card export job.</p> <ul> <li> <p> <code>InProgress</code>: The model card export job is in progress.</p> </li> <li> <p> <code>Completed</code>: The model card export job is complete.</p> </li> <li> <p> <code>Failed</code>: The model card export job failed. To see the reason for the failure, see the <code>FailureReason</code> field in the response to a <code>DescribeModelCardExportJob</code> call.</p> </li> </ul>
ModelCardNamestring required

The name of the model card that the model export job exports.

ModelCardVersioninteger required

The version of the model card that the model export job exports.

CreatedAtstring date-time required

The date and time that the model export job was created.

LastModifiedAtstring date-time required

The date and time that the model export job was last modified.

FailureReasonstring

The failure reason if the model export job fails.