lookoutequipment_list_inference_schedulers {paws.machine.learning} | R Documentation |
Retrieves a list of all inference schedulers currently available for your account
Description
Retrieves a list of all inference schedulers currently available for your account.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_inference_schedulers/ for full documentation.
Usage
lookoutequipment_list_inference_schedulers(
NextToken = NULL,
MaxResults = NULL,
InferenceSchedulerNameBeginsWith = NULL,
ModelName = NULL,
Status = NULL
)
Arguments
NextToken |
An opaque pagination token indicating where to continue the listing of inference schedulers. |
MaxResults |
Specifies the maximum number of inference schedulers to list. |
InferenceSchedulerNameBeginsWith |
The beginning of the name of the inference schedulers to be listed. |
ModelName |
The name of the machine learning model used by the inference scheduler to be listed. |
Status |
Specifies the current status of the inference schedulers. |
[Package paws.machine.learning version 0.9.0 Index]