共用方式為


MachineLearningServicesRunStatusChangedEventData interface

Microsoft.MachineLearningServices.RunStatusChanged 事件之 EventGridEvent 的 Data 属性架構。

屬性

experimentId

Machine Learning Run 所屬實驗的標識碼。

experimentName

Machine Learning Run 所屬的實驗名稱。

runId

Machine Learning 執行的標識碼。

runProperties

Machine Learning 執行的屬性。

runStatus

Machine Learning 執行的狀態。

runTags

Machine Learning Run 的標籤。

runType

Machine Learning Run 的執行類型。

屬性詳細資料

experimentId

Machine Learning Run 所屬實驗的標識碼。

experimentId: string

屬性值

string

experimentName

Machine Learning Run 所屬的實驗名稱。

experimentName: string

屬性值

string

runId

Machine Learning 執行的標識碼。

runId: string

屬性值

string

runProperties

Machine Learning 執行的屬性。

runProperties: Record<string, unknown>

屬性值

Record<string, unknown>

runStatus

Machine Learning 執行的狀態。

runStatus: string

屬性值

string

runTags

Machine Learning Run 的標籤。

runTags: Record<string, unknown>

屬性值

Record<string, unknown>

runType

Machine Learning Run 的執行類型。

runType: string

屬性值

string