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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET