Stop Inference Scheduler
lookoutequipment_stop_inference_scheduler | R Documentation |
Stops an inference scheduler¶
Description¶
Stops an inference scheduler.
Usage¶
Arguments¶
InferenceSchedulerName
[required] The name of the inference scheduler to be stopped.
Value¶
A list with the following syntax:
list(
ModelArn = "string",
ModelName = "string",
InferenceSchedulerName = "string",
InferenceSchedulerArn = "string",
Status = "PENDING"|"RUNNING"|"STOPPING"|"STOPPED"
)