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