共用方式為


MachineLearningServicesRunStatusChangedEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunStatusChangedEventData+MachineLearningServicesRunStatusChangedEventDataConverter))]
public class MachineLearningServicesRunStatusChangedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesRunStatusChangedEventData+MachineLearningServicesRunStatusChangedEventDataConverter))>]
type MachineLearningServicesRunStatusChangedEventData = class
Public Class MachineLearningServicesRunStatusChangedEventData
Inheritance
MachineLearningServicesRunStatusChangedEventData
Attributes

Properties

ExperimentId

The ID of the experiment that the Machine Learning Run belongs to.

ExperimentName

The name of the experiment that the Machine Learning Run belongs to.

RunId

The ID of the Machine Learning Run.

RunProperties

The properties of the Machine Learning Run.

RunStatus

The status of the Machine Learning Run.

RunTags

The tags of the Machine Learning Run.

RunType

The Run Type of the Machine Learning Run.

Applies to