sagemaker_list_model_cards {paws.machine.learning} | R Documentation |
List existing model cards
Description
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
|
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. |
[Package paws.machine.learning version 0.7.0 Index]