View source: R/lookoutequipment_operations.R
lookoutequipment_list_inference_schedulers | R Documentation |
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.
lookoutequipment_list_inference_schedulers(
NextToken = NULL,
MaxResults = NULL,
InferenceSchedulerNameBeginsWith = NULL,
ModelName = NULL,
Status = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.