View source: R/lookoutequipment_operations.R
lookoutequipment_list_retraining_schedulers | R Documentation |
Lists all retraining schedulers in your account, filtering by model name prefix and status.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_retraining_schedulers/ for full documentation.
lookoutequipment_list_retraining_schedulers(
ModelNameBeginsWith = NULL,
Status = NULL,
NextToken = NULL,
MaxResults = NULL
)
ModelNameBeginsWith |
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify. |
Status |
Specify this field to only list retraining schedulers whose status matches the value you specify. |
NextToken |
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers. |
MaxResults |
Specifies the maximum number of retraining schedulers to list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.