AutoMLExperimentExtension.SetPerformanceMonitor Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetPerformanceMonitor(AutoMLExperiment, Int32) |
Establezca DefaultPerformanceMonitor como IPerformanceMonitor para AutoMLExperiment. |
SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment) |
Establezca un monitor de rendimiento personalizado como IPerformanceMonitor para AutoMLExperiment. |
SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment, Func<IServiceProvider,TPerformanceMonitor>) |
Establezca un monitor de rendimiento personalizado como IPerformanceMonitor para AutoMLExperiment. |
SetPerformanceMonitor(AutoMLExperiment, Int32)
Establezca DefaultPerformanceMonitor como IPerformanceMonitor para AutoMLExperiment.
public static Microsoft.ML.AutoML.AutoMLExperiment SetPerformanceMonitor (this Microsoft.ML.AutoML.AutoMLExperiment experiment, int checkIntervalInMilliseconds = 1000);
static member SetPerformanceMonitor : Microsoft.ML.AutoML.AutoMLExperiment * int -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetPerformanceMonitor (experiment As AutoMLExperiment, Optional checkIntervalInMilliseconds As Integer = 1000) As AutoMLExperiment
Parámetros
- experiment
- AutoMLExperiment
- checkIntervalInMilliseconds
- Int32
el intervalo en milisegundos para muestrear DefaultPerformanceMonitorTrialPerformanceMetrics
Devoluciones
Se aplica a
SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment)
Establezca un monitor de rendimiento personalizado como IPerformanceMonitor para AutoMLExperiment.
public static Microsoft.ML.AutoML.AutoMLExperiment SetPerformanceMonitor<TPerformanceMonitor> (this Microsoft.ML.AutoML.AutoMLExperiment experiment) where TPerformanceMonitor : class, Microsoft.ML.AutoML.IPerformanceMonitor;
static member SetPerformanceMonitor : Microsoft.ML.AutoML.AutoMLExperiment -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'PerformanceMonitor : null and 'PerformanceMonitor :> Microsoft.ML.AutoML.IPerformanceMonitor)
<Extension()>
Public Function SetPerformanceMonitor(Of TPerformanceMonitor As {Class, IPerformanceMonitor}) (experiment As AutoMLExperiment) As AutoMLExperiment
Parámetros de tipo
- TPerformanceMonitor
Parámetros
- experiment
- AutoMLExperiment
Devoluciones
Se aplica a
SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment, Func<IServiceProvider,TPerformanceMonitor>)
Establezca un monitor de rendimiento personalizado como IPerformanceMonitor para AutoMLExperiment.
public static Microsoft.ML.AutoML.AutoMLExperiment SetPerformanceMonitor<TPerformanceMonitor> (this Microsoft.ML.AutoML.AutoMLExperiment experiment, Func<IServiceProvider,TPerformanceMonitor> factory) where TPerformanceMonitor : class, Microsoft.ML.AutoML.IPerformanceMonitor;
static member SetPerformanceMonitor : Microsoft.ML.AutoML.AutoMLExperiment * Func<IServiceProvider, 'PerformanceMonitor (requires 'PerformanceMonitor : null and 'PerformanceMonitor :> Microsoft.ML.AutoML.IPerformanceMonitor)> -> Microsoft.ML.AutoML.AutoMLExperiment (requires 'PerformanceMonitor : null and 'PerformanceMonitor :> Microsoft.ML.AutoML.IPerformanceMonitor)
<Extension()>
Public Function SetPerformanceMonitor(Of TPerformanceMonitor As {Class, IPerformanceMonitor}) (experiment As AutoMLExperiment, factory As Func(Of IServiceProvider, TPerformanceMonitor)) As AutoMLExperiment
Parámetros de tipo
- TPerformanceMonitor
Parámetros
- experiment
- AutoMLExperiment
- factory
- Func<IServiceProvider,TPerformanceMonitor>