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