View source: R/sagemaker_operations.R
sagemaker_list_model_card_export_jobs | R Documentation |
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
)
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
|
MaxResults |
The maximum number of model card export jobs to list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.