MachineLearningServicesRunCompletedEventData クラス

定義

Microsoft.MachineLearningServices.RunCompleted イベントの EventGridEvent の Data プロパティのスキーマ。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunCompletedEventData+MachineLearningServicesRunCompletedEventDataConverter))]
public class MachineLearningServicesRunCompletedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunCompletedEventData+MachineLearningServicesRunCompletedEventDataConverter))>]
type MachineLearningServicesRunCompletedEventData = class
Public Class MachineLearningServicesRunCompletedEventData
継承
MachineLearningServicesRunCompletedEventData
属性

プロパティ

ExperimentId

実行が属する実験の ID。

ExperimentName

実行が属する実験の名前。

RunId

完了した実行の ID。

RunProperties

完了した実行のプロパティ。

RunTags

完了した実行のタグ。

RunType

完了した実行の種類。

適用対象