ml__stop_training

Function ml__stop_training 

Source
pub unsafe extern "C" fn ml__stop_training(
    context: TrainingHandle,
) -> ErrorCode
Expand 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.