stopRetrainingScheduler
abstract suspend fun stopRetrainingScheduler(input: StopRetrainingSchedulerRequest): StopRetrainingSchedulerResponse
Stops a retraining scheduler.
Samples
val resp = lookoutEquipmentClient.stopRetrainingScheduler {
modelName = "sample-model"
}Content copied to clipboard