|  |  | 1 |  | // Copyright (c) Microsoft Corporation. All rights reserved. | 
|  |  | 2 |  | // Licensed under the MIT License. | 
|  |  | 3 |  |  | 
|  |  | 4 |  | // <auto-generated/> | 
|  |  | 5 |  |  | 
|  |  | 6 |  | #nullable disable | 
|  |  | 7 |  |  | 
|  |  | 8 |  | namespace Azure.Messaging.EventGrid.SystemEvents | 
|  |  | 9 |  | { | 
|  |  | 10 |  |     /// <summary> Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.ModelRegiste | 
|  |  | 11 |  |     public partial class MachineLearningServicesModelRegisteredEventData | 
|  |  | 12 |  |     { | 
|  |  | 13 |  |         /// <summary> Initializes a new instance of MachineLearningServicesModelRegisteredEventData. </summary> | 
|  | 0 | 14 |  |         internal MachineLearningServicesModelRegisteredEventData() | 
|  |  | 15 |  |         { | 
|  | 0 | 16 |  |         } | 
|  |  | 17 |  |  | 
|  |  | 18 |  |         /// <summary> Initializes a new instance of MachineLearningServicesModelRegisteredEventData. </summary> | 
|  |  | 19 |  |         /// <param name="modelName"> The name of the model that was registered. </param> | 
|  |  | 20 |  |         /// <param name="modelVersion"> The version of the model that was registered. </param> | 
|  |  | 21 |  |         /// <param name="modelTags"> The tags of the model that was registered. </param> | 
|  |  | 22 |  |         /// <param name="modelProperties"> The properties of the model that was registered. </param> | 
|  | 2 | 23 |  |         internal MachineLearningServicesModelRegisteredEventData(string modelName, string modelVersion, object modelTags | 
|  |  | 24 |  |         { | 
|  | 2 | 25 |  |             ModelName = modelName; | 
|  | 2 | 26 |  |             ModelVersion = modelVersion; | 
|  | 2 | 27 |  |             ModelTags = modelTags; | 
|  | 2 | 28 |  |             ModelProperties = modelProperties; | 
|  | 2 | 29 |  |         } | 
|  |  | 30 |  |  | 
|  |  | 31 |  |         /// <summary> The name of the model that was registered. </summary> | 
|  | 2 | 32 |  |         public string ModelName { get; } | 
|  |  | 33 |  |         /// <summary> The version of the model that was registered. </summary> | 
|  | 2 | 34 |  |         public string ModelVersion { get; } | 
|  |  | 35 |  |         /// <summary> The tags of the model that was registered. </summary> | 
|  | 6 | 36 |  |         public object ModelTags { get; } | 
|  |  | 37 |  |         /// <summary> The properties of the model that was registered. </summary> | 
|  | 4 | 38 |  |         public object ModelProperties { get; } | 
|  |  | 39 |  |     } | 
|  |  | 40 |  | } |