MachineLearningServicesModelDeployedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.ModelDeployed event.
Properties
| model |
A common separated list of model IDs. The IDs of the models deployed in the service. |
| service |
The compute type (e.g. ACI, AKS) of the deployed service. |
| service |
The name of the deployed service. |
| service |
The properties of the deployed service. |
| service |
The tags of the deployed service. |
Property Details
modelIds
A common separated list of model IDs. The IDs of the models deployed in the service.
modelIds?: string
Property Value
string
serviceComputeType
The compute type (e.g. ACI, AKS) of the deployed service.
serviceComputeType?: string
Property Value
string
serviceName
The name of the deployed service.
serviceName?: string
Property Value
string
serviceProperties
The properties of the deployed service.
serviceProperties: Record<string, any>
Property Value
Record<string, any>
serviceTags
The tags of the deployed service.
serviceTags: Record<string, any>
Property Value
Record<string, any>