Start Retraining Scheduler
lookoutequipment_start_retraining_scheduler | R Documentation |
Starts a retraining scheduler¶
Description¶
Starts a retraining scheduler.
Usage¶
Arguments¶
ModelName
[required] The name of the model whose retraining scheduler you want to start.
Value¶
A list with the following syntax:
list(
ModelName = "string",
ModelArn = "string",
Status = "PENDING"|"RUNNING"|"STOPPING"|"STOPPED"
)