2 implementations of IMonitor
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMonitor.cs (1)
28
internal class MLContextMonitor :
IMonitor
Microsoft.ML.AutoML.Interactive (1)
NotebookMonitor.cs (1)
15
public class NotebookMonitor :
IMonitor
8 references to IMonitor
Microsoft.ML.AutoML (8)
AutoMLExperiment\AutoMLExperiment.cs (8)
121
where TMonitor : class,
IMonitor
123
_serviceCollection.AddSingleton<
IMonitor
>(monitor);
129
where TMonitor : class,
IMonitor
131
_serviceCollection.AddSingleton<
IMonitor
, TMonitor>();
137
where TMonitor : class,
IMonitor
139
_serviceCollection.AddSingleton<
IMonitor
>(factory);
234
var
monitor = serviceProvider.GetService<
IMonitor
>();