Model - Delete Hierarchical Entity Child
Tar bort en hierarkisk entitetsextraktor underordnad i en version av programmet.
DELETE {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/hierarchicalentities/{hEntityId}/children/{hChildId}
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
app
|
path | True |
string (uuid) |
Program-ID:t. |
Endpoint
|
path | True |
string |
Cognitive Services-slutpunkter som stöds (protokoll och värdnamn, till exempel: https://westus.api.cognitive.microsoft.com). |
h
|
path | True |
string (uuid) |
Det underordnade ID:t för hierarkisk entitetsextraktor. |
h
|
path | True |
string (uuid) |
Det hierarkiska entitetsextraktor-ID:t. |
version
|
path | True |
string |
Versions-ID:t. |
Name | Obligatorisk | Typ | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Name | Typ | Description |
---|---|---|
200 OK |
Entiteten har tagits bort. |
|
Other Status Codes |
Felsvar. |
Typ:
apiKey
I:
header
Exempelbegäran
DELETE {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/hierarchicalentities/fe559c31-9778-42ea-ba45-94e0bd7cf767/children/fe559c31-9778-42ea-ed45-94e0bd7cf767
Exempelsvar
{
"code": "Success",
"message": "Operation Successful"
}
Name | Description |
---|---|
Error |
Felsvar när en åtgärd anropas i API:et. |
Operation |
Svar på en åtgärdsstatus. |
Operation |
Statuskod. |
Felsvar när en åtgärd anropas i API:et.
Name | Typ | Description |
---|---|---|
errorType |
string |
Svar på en åtgärdsstatus.
Name | Typ | Description |
---|---|---|
code |
Statuskod. |
|
message |
string |
Statusinformation. |
Statuskod.
Värde | Description |
---|---|
FAILED | |
Failed | |
Success |