共用方式為


MachineLearningServicesModelDeployedEventData interface

Microsoft.MachineLearningServices.ModelDeployed 事件之 EventGridEvent 的 Data 属性架構。

屬性

modelIds

常見的模型標識碼清單。 部署在服務中的模型標識碼。

serviceComputeType

已部署服務的計算類型(例如ACI、AKS)。

serviceName

已部署服務的名稱。

serviceProperties

已部署服務的屬性。

serviceTags

已部署服務的標記。

屬性詳細資料

modelIds

常見的模型標識碼清單。 部署在服務中的模型標識碼。

modelIds: string

屬性值

string

serviceComputeType

已部署服務的計算類型(例如ACI、AKS)。

serviceComputeType: string

屬性值

string

serviceName

已部署服務的名稱。

serviceName: string

屬性值

string

serviceProperties

已部署服務的屬性。

serviceProperties: Record<string, unknown>

屬性值

Record<string, unknown>

serviceTags

已部署服務的標記。

serviceTags: Record<string, unknown>

屬性值

Record<string, unknown>