다음을 통해 공유


AutoMLExperimentExtension.SetPerformanceMonitor 메서드

정의

오버로드

SetPerformanceMonitor(AutoMLExperiment, Int32)

을 로 IPerformanceMonitorAutoMLExperiment설정합니다DefaultPerformanceMonitor.

SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment)

에 대해 사용자 지정 성능 모니터를 AutoMLExperimentIPerformanceMonitor 설정합니다.

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

에 대해 사용자 지정 성능 모니터를 AutoMLExperimentIPerformanceMonitor 설정합니다.

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

매개 변수

checkIntervalInMilliseconds
Int32

샘플링할 간격(밀리초 DefaultPerformanceMonitor ) TrialPerformanceMetrics

반환

적용 대상

SetPerformanceMonitor<TPerformanceMonitor>(AutoMLExperiment)

에 대해 사용자 지정 성능 모니터를 AutoMLExperimentIPerformanceMonitor 설정합니다.

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

형식 매개 변수

TPerformanceMonitor

매개 변수

반환

적용 대상

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

에 대해 사용자 지정 성능 모니터를 AutoMLExperimentIPerformanceMonitor 설정합니다.

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

형식 매개 변수

TPerformanceMonitor

매개 변수

factory
Func<IServiceProvider,TPerformanceMonitor>

반환

적용 대상