共用方式為


IPerformanceMonitor.OnPerformanceMetricsUpdatedHandler 方法

定義

每次 PerformanceMetricsUpdated 引發時處理程式函式。

public void OnPerformanceMetricsUpdatedHandler (Microsoft.ML.AutoML.TrialSettings trialSettings, Microsoft.ML.AutoML.TrialPerformanceMetrics metrics, System.Threading.CancellationTokenSource trialCancellationTokenSource);
abstract member OnPerformanceMetricsUpdatedHandler : Microsoft.ML.AutoML.TrialSettings * Microsoft.ML.AutoML.TrialPerformanceMetrics * System.Threading.CancellationTokenSource -> unit
Public Sub OnPerformanceMetricsUpdatedHandler (trialSettings As TrialSettings, metrics As TrialPerformanceMetrics, trialCancellationTokenSource As CancellationTokenSource)

參數

trialSettings
TrialSettings
trialCancellationTokenSource
CancellationTokenSource

適用於