Share via


MachineLearningServicesModelRegisteredEventData Class

Definition

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

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

Properties

ModelName

The name of the model that was registered.

ModelProperties

The properties of the model that was registered.

ModelTags

The tags of the model that was registered.

ModelVersion

The version of the model that was registered.

Applies to