Lists all retraining schedulers in your account, filtering by model name prefix and status
Source:R/lookoutequipment_operations.R
lookoutequipment_list_retraining_schedulers.RdLists 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.
Usage
lookoutequipment_list_retraining_schedulers(
ModelNameBeginsWith = NULL,
Status = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- 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.