你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningServicesModelRegisteredEventData interface
Microsoft.MachineLearningServices.ModelRegistered 事件的 EventGridEvent 的 Data 属性的架构。
属性
model |
已注册模型的名称。 |
model |
已注册模型的属性。 |
model |
已注册模型的标记。 |
model |
已注册模型的版本。 |
属性详细信息
modelName
已注册模型的名称。
modelName: string
属性值
string
modelProperties
已注册模型的属性。
modelProperties: any
属性值
any
modelTags
已注册模型的标记。
modelTags: any
属性值
any
modelVersion
已注册模型的版本。
modelVersion: string
属性值
string