List existing model cards.
See https://www.paws-r-sdk.com/docs/sagemaker_list_model_cards/ for full documentation.
sagemaker_list_model_cards(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
ModelCardStatus = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
Only list model cards that were created after the time specified.
Only list model cards that were created before the time specified.
The maximum number of model cards to list.
Only list model cards with names that contain the specified string.
Only list model cards with the specified approval status.
If the response to a previous
list_model_cards
request was truncated,
the response includes a NextToken
. To retrieve the next set of model
cards, use the token in the next request.
Sort model cards by either name or creation time. Sorts by creation time by default.
Sort model cards by ascending or descending order.