Apps - Package Trained Application As Gzip
package - Ruft trainiertes LUIS-Anwendungspaket im Binärdatenstrom-GZip-Format ab
Pakete trainierte LUIS-Anwendung als GZip-Datei, die im LUIS-Container verwendet werden soll.
GET {Endpoint}/luis/api/v2.0/package/{appId}/versions/{versionId}/gzip
URI-Parameter
| Name | In | Erforderlich | Typ | Beschreibung |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
Die Anwendungs-ID. |
|
Endpoint
|
path | True |
string |
Unterstützte Cognitive Services-Endpunkte (Protokoll und Hostname, z. B. https://westus.api.cognitive.microsoft.com). |
|
version
|
path | True |
string |
Die Versions-ID. |
Anforderungsheader
| Name | Erforderlich | Typ | Beschreibung |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
Antworten
| Name | Typ | Beschreibung |
|---|---|---|
| 200 OK |
file |
Der GZip-Binärdatenstrom des trainierten Anwendungspakets. Media Types: "application/octet-stream", "application/json" |
| Other Status Codes |
Fehlerantwort. Media Types: "application/octet-stream", "application/json" |
Sicherheit
Ocp-Apim-Subscription-Key
Typ:
apiKey
In:
header
Beispiele
Successful Get published application package request
Beispielanforderung
GET {Endpoint}/luis/api/v2.0/package/363187f1-c573-46b3-bc4c-ae01d686e68e/versions/0.1/gzip
Beispiel für eine Antwort
"{binary}"
Definitionen
ErrorResponse
Fehlerantwort beim Aufrufen eines Vorgangs in der API.
| Name | Typ | Beschreibung |
|---|---|---|
| errorType |
string |