View source: R/sagemaker_operations.R
sagemaker_list_model_card_versions | R Documentation |
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
)
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
|
SortBy |
Sort listed model card versions by version. Sorts by version by default. |
SortOrder |
Sort model card versions by ascending or descending order. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.