MachineLearningServicesModelDeployedEventData interface

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

Properties

modelIds

A common separated list of model IDs. The IDs of the models deployed in the service.

serviceComputeType

The compute type (e.g. ACI, AKS) of the deployed service.

serviceName

The name of the deployed service.

serviceProperties

The properties of the deployed service.

serviceTags

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