List the export jobs for the Amazon SageMaker Model Card.
See https://www.paws-r-sdk.com/docs/sagemaker_list_model_card_export_jobs/ for full documentation.
sagemaker_list_model_card_export_jobs(
ModelCardName,
ModelCardVersion = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
ModelCardExportJobNameContains = NULL,
StatusEquals = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
[required] List export jobs for the model card with the specified name.
List export jobs for the model card with the specified version.
Only list model card export jobs that were created after the time specified.
Only list model card export jobs that were created before the time specified.
Only list model card export jobs with names that contain the specified string.
Only list model card export jobs with the specified status.
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
Sort model card export jobs by ascending or descending order.
If the response to a previous
list_model_card_export_jobs
request was truncated, the response includes a NextToken
. To retrieve
the next set of model card export jobs, use the token in the next
request.
The maximum number of model card export jobs to list.