| | 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.ModelDeploye |
| | 11 | | public partial class MachineLearningServicesModelDeployedEventData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of MachineLearningServicesModelDeployedEventData. </summary> |
| 0 | 14 | | internal MachineLearningServicesModelDeployedEventData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of MachineLearningServicesModelDeployedEventData. </summary> |
| | 19 | | /// <param name="serviceName"> The name of the deployed service. </param> |
| | 20 | | /// <param name="serviceComputeType"> The compute type (e.g. ACI, AKS) of the deployed service. </param> |
| | 21 | | /// <param name="modelIds"> A common separated list of model IDs. The IDs of the models deployed in the service. |
| | 22 | | /// <param name="serviceTags"> The tags of the deployed service. </param> |
| | 23 | | /// <param name="serviceProperties"> The properties of the deployed service. </param> |
| 2 | 24 | | internal MachineLearningServicesModelDeployedEventData(string serviceName, string serviceComputeType, string mod |
| | 25 | | { |
| 2 | 26 | | ServiceName = serviceName; |
| 2 | 27 | | ServiceComputeType = serviceComputeType; |
| 2 | 28 | | ModelIds = modelIds; |
| 2 | 29 | | ServiceTags = serviceTags; |
| 2 | 30 | | ServiceProperties = serviceProperties; |
| 2 | 31 | | } |
| | 32 | |
|
| | 33 | | /// <summary> The name of the deployed service. </summary> |
| 2 | 34 | | public string ServiceName { get; } |
| | 35 | | /// <summary> The compute type (e.g. ACI, AKS) of the deployed service. </summary> |
| 0 | 36 | | public string ServiceComputeType { get; } |
| | 37 | | /// <summary> A common separated list of model IDs. The IDs of the models deployed in the service. </summary> |
| 2 | 38 | | public string ModelIds { get; } |
| | 39 | | /// <summary> The tags of the deployed service. </summary> |
| 0 | 40 | | public object ServiceTags { get; } |
| | 41 | | /// <summary> The properties of the deployed service. </summary> |
| 0 | 42 | | public object ServiceProperties { get; } |
| | 43 | | } |
| | 44 | | } |