AutoMLExperiment.SetMonitor Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetMonitor<TMonitor>() | |
SetMonitor<TMonitor>(Func<IServiceProvider,TMonitor>) | |
SetMonitor<TMonitor>(TMonitor) |
SetMonitor<TMonitor>()
public Microsoft.ML.AutoML.AutoMLExperiment SetMonitor<TMonitor> () where TMonitor : class, Microsoft.ML.AutoML.IMonitor;
member this.SetMonitor : unit -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'Monitor : null and 'Monitor :> Microsoft.ML.AutoML.IMonitor)
Public Function SetMonitor(Of TMonitor As {Class, IMonitor}) () As AutoMLExperiment
Typparameter
- TMonitor
Gibt zurück
Gilt für:
SetMonitor<TMonitor>(Func<IServiceProvider,TMonitor>)
public Microsoft.ML.AutoML.AutoMLExperiment SetMonitor<TMonitor> (Func<IServiceProvider,TMonitor> factory) where TMonitor : class, Microsoft.ML.AutoML.IMonitor;
member this.SetMonitor : Func<IServiceProvider, 'Monitor (requires 'Monitor : null and 'Monitor :> Microsoft.ML.AutoML.IMonitor)> -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'Monitor : null and 'Monitor :> Microsoft.ML.AutoML.IMonitor)
Public Function SetMonitor(Of TMonitor As {Class, IMonitor}) (factory As Func(Of IServiceProvider, TMonitor)) As AutoMLExperiment
Typparameter
- TMonitor
Parameter
- factory
- Func<IServiceProvider,TMonitor>
Gibt zurück
Gilt für:
SetMonitor<TMonitor>(TMonitor)
public Microsoft.ML.AutoML.AutoMLExperiment SetMonitor<TMonitor> (TMonitor monitor) where TMonitor : class, Microsoft.ML.AutoML.IMonitor;
member this.SetMonitor : 'Monitor -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'Monitor : null and 'Monitor :> Microsoft.ML.AutoML.IMonitor)
Public Function SetMonitor(Of TMonitor As {Class, IMonitor}) (monitor As TMonitor) As AutoMLExperiment
Typparameter
- TMonitor
Parameter
- monitor
- TMonitor