View source: R/sagemaker_operations.R
sagemaker_list_model_cards | R Documentation |
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
)
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
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.