MachineLearningServicesRunStatusChangedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |