次の方法で共有


IMonitor インターフェイス

定義

モニターのインスタンス。トレーニングの進行状況を報告するために使用 AutoMLExperiment されます。

public interface IMonitor
type IMonitor = interface
Public Interface IMonitor

メソッド

ReportBestTrial(TrialResult)

モニターのインスタンス。トレーニングの進行状況を報告するために使用 AutoMLExperiment されます。

ReportCompletedTrial(TrialResult)

モニターのインスタンス。トレーニングの進行状況を報告するために使用 AutoMLExperiment されます。

ReportFailTrial(TrialSettings, Exception)

モニターのインスタンス。トレーニングの進行状況を報告するために使用 AutoMLExperiment されます。

ReportRunningTrial(TrialSettings)

モニターのインスタンス。トレーニングの進行状況を報告するために使用 AutoMLExperiment されます。

適用対象