你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningServicesModelDeployedEventData 类

定义

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesModelDeployedEventData+MachineLearningServicesModelDeployedEventDataConverter))]
public class MachineLearningServicesModelDeployedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesModelDeployedEventData+MachineLearningServicesModelDeployedEventDataConverter))>]
type MachineLearningServicesModelDeployedEventData = class
Public Class MachineLearningServicesModelDeployedEventData
继承
MachineLearningServicesModelDeployedEventData
属性

属性

ModelIds

模型 ID 的常用分隔列表。 服务中部署的模型的 ID。

ServiceComputeType

已部署服务的计算类型(例如 ACI、AKS)。

ServiceName

已部署服务的名称。

ServiceProperties

已部署服务的属性。

ServiceTags

已部署服务的标记。

适用于