IPerformanceMonitor.OnPerformanceMetricsUpdatedHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The handler function every time PerformanceMetricsUpdated get fired.
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)
Parameters
- trialSettings
- TrialSettings
- metrics
- TrialPerformanceMetrics
- trialCancellationTokenSource
- CancellationTokenSource