你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Features - Add Entity Feature
在应用程序的版本中添加实体要使用的新功能关系。
POST {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/versions/{versionId}/entities/{entityId}/features
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
app
|
path | True |
string (uuid) |
应用程序 ID。 |
Endpoint
|
path | True |
string |
支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 |
entity
|
path | True |
string (uuid) |
实体提取程序 ID。 |
version
|
path | True |
string |
版本 ID。 |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
请求正文
名称 | 类型 | 说明 |
---|---|---|
featureName |
string |
使用的功能的名称。 |
isRequired |
boolean |
|
modelName |
string |
所使用的模型的名称。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
操作成功。 |
|
Other Status Codes |
错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
示例
Successful Add Feature Relation request
示例请求
POST {Endpoint}/luis/authoring/v3.0-preview/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/entities/d7a08f1a-d276-4364-b2d5-b0235c61e37f/features
{
"featureName": "Phraselist1"
}
示例响应
{
"code": "Success",
"message": "Operation Successful"
}
定义
名称 | 说明 |
---|---|
Error |
调用 API 上的作时出现错误响应。 |
Model |
一个对象,包含模型名称或功能名称的模型特征信息。 |
Operation |
作状态的响应。 |
Operation |
状态代码。 |
ErrorResponse
调用 API 上的作时出现错误响应。
名称 | 类型 | 说明 |
---|---|---|
errorType |
string |
ModelFeatureInformation
一个对象,包含模型名称或功能名称的模型特征信息。
名称 | 类型 | 说明 |
---|---|---|
featureName |
string |
使用的功能的名称。 |
isRequired |
boolean |
|
modelName |
string |
所使用的模型的名称。 |
OperationStatus
作状态的响应。
名称 | 类型 | 说明 |
---|---|---|
code |
状态代码。 |
|
message |
string |
状态详细信息。 |
OperationStatusType
状态代码。
值 | 说明 |
---|---|
FAILED | |
Failed | |
Success |