Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesModelDeployedEventData

Package version

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

Hierarchy

  • MachineLearningServicesModelDeployedEventData

Index

Properties

Optional modelIds

modelIds: undefined | string

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

Optional serviceComputeType

serviceComputeType: undefined | string

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

Optional serviceName

serviceName: undefined | string

The name of the deployed service.

Optional serviceProperties

serviceProperties: any

The properties of the deployed service.

Optional serviceTags

serviceTags: any

The tags of the deployed service.

Generated using TypeDoc