MachineLearningServicesRunCompletedEventData 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.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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.