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
)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
Specify this field to only list retraining schedulers whose status matches the value you specify.
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.
Specifies the maximum number of retraining schedulers to list.