你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JsonModelFeatureInformation interface
包含模型名称或特征名称的模型特征信息的对象。
属性
feature |
使用的功能的名称。 |
model |
所用模型的名称。 |
属性详细信息
featureName
使用的功能的名称。
featureName?: string
属性值
string
modelName
所用模型的名称。
modelName?: string
属性值
string