MachineLearningServicesModelDeployedEventData interface
Schema of the Data property of an EventGridEvent for an 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?: any
Property Value
any
serviceTags
The tags of the deployed service.
serviceTags?: any
Property Value
any
Azure SDK for JavaScript