pub unsafe extern "C" fn ml__stop_training(
context: TrainingHandle,
) -> ErrorCodeExpand description
Stops training with a given handle and destroys it.
This will only disconnect the current client. If the experiment has remote workers they will continue to run.