AutoMLExperiment.SetMonitor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres de type
- TMonitor
Retours
S’applique à
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
Paramètres de type
- TMonitor
Paramètres
- factory
- Func<IServiceProvider,TMonitor>
Retours
S’applique à
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
Paramètres de type
- TMonitor
Paramètres
- monitor
- TMonitor