List existing versions of an Amazon SageMaker Model Card.
See https://www.paws-r-sdk.com/docs/sagemaker_list_model_card_versions/ for full documentation.
sagemaker_list_model_card_versions(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
ModelCardName,
ModelCardStatus = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
Only list model card versions that were created after the time specified.
Only list model card versions that were created before the time specified.
The maximum number of model card versions to list.
[required] List model card versions for the model card with the specified name or Amazon Resource Name (ARN).
Only list model card versions with the specified approval status.
If the response to a previous
list_model_card_versions
request
was truncated, the response includes a NextToken
. To retrieve the next
set of model card versions, use the token in the next request.
Sort listed model card versions by version. Sorts by version by default.
Sort model card versions by ascending or descending order.