Implemented interface member:
method
IsStopTrainingRequested
Microsoft.ML.AutoML.IStopTrainingManager.IsStopTrainingRequested()
3 references to IsStopTrainingRequested
Microsoft.ML.AutoML (3)
AutoMLExperiment\AutoMLExperiment.cs (3)
241while (!aggregateTrainingStopManager.IsStopTrainingRequested()) 296catch (Exception ex) when (aggregateTrainingStopManager.IsStopTrainingRequested() == false) 330catch (Exception) when (aggregateTrainingStopManager.IsStopTrainingRequested())