Apps - Package Published Application As Gzip
패키지 - 이진 스트림 GZip 형식으로 게시된 LUIS 애플리케이션 패키지를 가져옵니다.
게시된 LUIS 애플리케이션을 LUIS 컨테이너에서 사용할 GZip 파일로 패키지합니다.
GET {Endpoint}/luis/api/v2.0/package/{appId}/slot/{slotName}/gzip
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
app
|
path | True |
string (uuid) |
애플리케이션 ID입니다. |
Endpoint
|
path | True |
string |
지원되는 Cognitive Services 엔드포인트(프로토콜 및 호스트 이름( 예: https://westus.api.cognitive.microsoft.com). |
slot
|
path | True |
string |
게시 슬롯 이름입니다. |
요청 헤더
Name | 필수 | 형식 | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
file |
게시된 애플리케이션 패키지의 GZip 이진 스트림입니다. Media Types: "application/octet-stream", "application/json" |
Other Status Codes |
오류 응답입니다. Media Types: "application/octet-stream", "application/json" |
보안
Ocp-Apim-Subscription-Key
형식:
apiKey
In(다음 안에):
header
예제
Successful Get published application package request
샘플 요청
GET {Endpoint}/luis/api/v2.0/package/363187f1-c573-46b3-bc4c-ae01d686e68e/slot/PRODUCTION/gzip
샘플 응답
"{binary}"
정의
ErrorResponse
API에서 작업을 호출할 때 오류 응답입니다.
Name | 형식 | Description |
---|---|---|
errorType |
string |