describe_model_card_export_job
(**kwargs)¶Describes an Amazon SageMaker Model Card export job.
See also: AWS API Documentation
Request Syntax
response = client.describe_model_card_export_job(
ModelCardExportJobArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the model card export job to describe.
{
'ModelCardExportJobName': 'string',
'ModelCardExportJobArn': 'string',
'Status': 'InProgress'|'Completed'|'Failed',
'ModelCardName': 'string',
'ModelCardVersion': 123,
'OutputConfig': {
'S3OutputPath': 'string'
},
'CreatedAt': datetime(2015, 1, 1),
'LastModifiedAt': datetime(2015, 1, 1),
'FailureReason': 'string',
'ExportArtifacts': {
'S3ExportArtifacts': 'string'
}
}
Response Structure
The name of the model card export job to describe.
The Amazon Resource Name (ARN) of the model card export job.
The completion status of the model card export job.
InProgress
: The model card export job is in progress.Completed
: The model card export job is complete.Failed
: The model card export job failed. To see the reason for the failure, see the FailureReason
field in the response to a DescribeModelCardExportJob
call.The name of the model card that the model export job exports.
The version of the model card that the model export job exports.
The export output details for the model card.
The Amazon S3 output path to export your model card PDF.
The date and time that the model export job was created.
The date and time that the model export job was last modified.
The failure reason if the model export job fails.
The exported model card artifacts.
The Amazon S3 URI of the exported model artifacts.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound