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

Model - Update Custom Prebuilt Entity Role

更新应用程序中给定预生成实体的角色。

PUT {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/versions/{versionId}/customprebuiltentities/{entityId}/roles/{roleId}

URI 参数

名称 必需 类型 说明
appId
path True

string

uuid

应用程序 ID。

Endpoint
path True

string

支持的认知服务终结点 (协议和主机名,例如: https://westus.api.cognitive.microsoft.com) 。

entityId
path True

string

uuid

实体 ID。

roleId
path True

string

uuid

实体角色 ID。

versionId
path True

string

版本 ID。

请求头

名称 必需 类型 说明
Ocp-Apim-Subscription-Key True

string

请求正文

名称 类型 说明
name

string

实体角色名称。

响应

名称 类型 说明
200 OK

OperationStatus

已成功更新实体角色。

Other Status Codes

ErrorResponse

错误响应。

安全性

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

示例

Successful Update Custom Prebuilt Entity Extractor Role request

Sample Request

PUT {Endpoint}/luis/authoring/v3.0-preview/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/customprebuiltentities/3d73462d-98f0-4dcd-8d30-fab9e65f2e73/roles/6dbed7e2-7df6-4cd6-a225-97e6fbe4493d


{
  "name": "New Name"
}

Sample Response

{
  "code": "Success",
  "message": "Operation Successful"
}

定义

名称 说明
EntityRoleUpdateObject

用于更新实体角色的对象模型。

ErrorResponse

对 API 调用操作时出现错误响应。

OperationStatus

操作状态的响应。

OperationStatusType

状态代码。

EntityRoleUpdateObject

用于更新实体角色的对象模型。

名称 类型 说明
name

string

实体角色名称。

ErrorResponse

对 API 调用操作时出现错误响应。

名称 类型 说明
errorType

string

OperationStatus

操作状态的响应。

名称 类型 说明
code

OperationStatusType

状态代码。

message

string

状态详细信息。

OperationStatusType

状态代码。

名称 类型 说明
FAILED

string

Failed

string

Success

string