Queries the recommended priority settings for entity types in Named Entity Recognition (NER).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ListQueryProcessorNers |
*QueryProcessor
|
None | None |
Request syntax
GET /v4/openapi/query-processor/ner/default-priorities HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| domain |
string |
No |
The industry type.
|
ECOMMERCE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
0A6EB64B-B4C8-CF02-810F-E660812972FF |
| result |
array<object> |
The priority settings of entity types. For more information, see Priority settings of entity types. |
|
|
object |
|||
| tag |
string |
The internal name of the entity type. |
brand |
| order |
integer |
The sort order within the same priority level. A smaller value indicates a higher priority. The default value is 0. |
1 |
| priority |
string |
The priority level of the entity type. Valid values:
|
HIGH |
| label |
string |
The name of the entity type. |
品牌 |
Examples
Success response
JSON format
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
"result": [
{
"tag": "brand",
"order": 1,
"priority": "HIGH",
"label": "品牌"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.