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