Freigeben über


AutoMLExperimentExtension.SetPerformanceMonitor Methode

Definition

Überlädt

SetPerformanceMonitor(AutoMLExperiment, Int32)

Legen Sie für AutoMLExperimentals IPerformanceMonitor festDefaultPerformanceMonitor.

SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment)

Legen Sie einen benutzerdefinierten Leistungsmonitor als IPerformanceMonitor für AutoMLExperimentfest.

SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment, Func<IServiceProvider,TPerformanceMonitor>)

Legen Sie einen benutzerdefinierten Leistungsmonitor als IPerformanceMonitor für AutoMLExperimentfest.

SetPerformanceMonitor(AutoMLExperiment, Int32)

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

Parameter

checkIntervalInMilliseconds
Int32

das Intervall in Millisekunden für DefaultPerformanceMonitor das Beispiel TrialPerformanceMetrics

Gibt zurück

Gilt für:

SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment)

Legen Sie einen benutzerdefinierten Leistungsmonitor als IPerformanceMonitor für AutoMLExperimentfest.

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

Typparameter

TPerformanceMonitor

Parameter

Gibt zurück

Gilt für:

SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment, Func<IServiceProvider,TPerformanceMonitor>)

Legen Sie einen benutzerdefinierten Leistungsmonitor als IPerformanceMonitor für AutoMLExperimentfest.

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

Typparameter

TPerformanceMonitor

Parameter

factory
Func<IServiceProvider,TPerformanceMonitor>

Gibt zurück

Gilt für: