Share via


MachineLearningServicesRunCompletedEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunCompleted event.

[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
Inheritance
MachineLearningServicesRunCompletedEventData
Attributes

Properties

ExperimentId

The ID of the experiment that the run belongs to.

ExperimentName

The name of the experiment that the run belongs to.

RunId

The ID of the Run that was completed.

RunProperties

The properties of the completed Run.

RunTags

The tags of the completed Run.

RunType

The Run Type of the completed Run.

Applies to