List the export jobs for the Amazon SageMaker Model Card
Source:R/sagemaker_operations.R
sagemaker_list_model_card_export_jobs.RdList 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.
Usage
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
)Arguments
- ModelCardName
[required] List export jobs for the model card with the specified name.
- ModelCardVersion
List export jobs for the model card with the specified version.
- CreationTimeAfter
Only list model card export jobs that were created after the time specified.
- CreationTimeBefore
Only list model card export jobs that were created before the time specified.
- ModelCardExportJobNameContains
Only list model card export jobs with names that contain the specified string.
- StatusEquals
Only list model card export jobs with the specified status.
- SortBy
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
- SortOrder
Sort model card export jobs by ascending or descending order.
- NextToken
If the response to a previous
list_model_card_export_jobsrequest was truncated, the response includes aNextToken. To retrieve the next set of model card export jobs, use the token in the next request.- MaxResults
The maximum number of model card export jobs to list.