You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api/get-deployment-status.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: aahi
11
11
12
12
When you send a successful deployment request, the full request URL for checking the job's status (including your endpoint, project name, and job ID) is contained in the response's `operation-location` header.
13
13
14
-
Use the following **GET** request to get the status of your deployment job. Replace the placeholder values below with your own values.
14
+
Use the following **GET** request to get the status of your deployment job. Replace the placeholder values with your own values.
15
15
16
16
### Request URL
17
17
@@ -25,7 +25,7 @@ Use the following **GET** request to get the status of your deployment job. Repl
25
25
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive. |`myProject`|
26
26
|`{DEPLOYMENT-NAME}`| The name for your deployment. This value is case-sensitive. |`staging`|
27
27
|`{JOB-ID}`| The ID for locating your model's training status. |`xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx`|
28
-
|`{API-VERSION}`| The version of the API you are calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). |`2022-05-01`|
28
+
|`{API-VERSION}`| The version of the API you're calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). |`2022-05-01`|
29
29
30
30
### Headers
31
31
@@ -38,7 +38,7 @@ Use the following header to authenticate your request.
38
38
39
39
### Response Body
40
40
41
-
Once you send the request, you will get the following response. Keep polling this endpoint until the **status** parameter changes to "succeeded".
41
+
Once you send the request, you'll get the following response. Keep polling this endpoint until the **status** parameter changes to "succeeded".
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api/get-import-status.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom: language-service-clu
13
13
14
14
When you send a successful project import request, the full request URL for checking the import job's status (including your endpoint, project name, and job ID) is contained in the response's `operation-location` header.
15
15
16
-
Use the following **GET** request to query the status of your import job. You can use the URL you received from the previous step, or replace the placeholder values below with your own values.
16
+
Use the following **GET** request to query the status of your import job. You can use the URL you received from the previous step, or replace the placeholder values with your own values.
@@ -24,7 +24,7 @@ Use the following **GET** request to query the status of your import job. You ca
24
24
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
25
25
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive. |`myProject`|
26
26
|`{JOB-ID}`| The ID for locating your import job status. |`xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx`|
27
-
|`{API-VERSION}`| The version of the API you are calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). |`2022-05-01`|
27
+
|`{API-VERSION}`| The version of the API you're calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). |`2022-05-01`|
28
28
29
29
#### Headers
30
30
@@ -36,7 +36,7 @@ Use the following header to authenticate your request.
36
36
37
37
#### Response body
38
38
39
-
Once you send the request, you will get the following response. Keep polling this endpoint until the status parameter changes to "succeeded".
39
+
Once you send the request, you'll get the following response. Keep polling this endpoint until the status parameter changes to "succeeded".
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api/import-project.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Submit a **POST** request using the following URL, headers, and JSON body to imp
14
14
15
15
### Request URL
16
16
17
-
Use the following URL when creating your API request. Replace the placeholder values below with your own values.
17
+
Use the following URL when creating your API request. Replace the placeholder values with your own values.
@@ -23,7 +23,7 @@ Use the following URL when creating your API request. Replace the placeholder va
23
23
|Placeholder |Value | Example |
24
24
|---------|---------|---------|
25
25
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
26
-
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive, and must match the Project name in the JSON file you're importing. |`EmailAppDemo`|
26
+
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive, and must match the project name in the JSON file you're importing. |`EmailAppDemo`|
27
27
|`{API-VERSION}`| The version of the API you're calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data). |`2022-05-01`|
28
28
29
29
### Headers
@@ -36,7 +36,7 @@ Use the following header to authenticate your request.
36
36
37
37
### Body
38
38
39
-
The JSON body you send will look similar to the below. See the [reference documentation](/rest/api/language/2022-10-01-preview/conversational-analysis-authoring/import?tabs=HTTP#successful-import-project) for more details about the JSON object.
39
+
The JSON body you send is similar to the following example. See the [reference documentation](/rest/api/language/2022-10-01-preview/conversational-analysis-authoring/import?tabs=HTTP#successful-import-project) for more details about the JSON object.
40
40
41
41
```json
42
42
{
@@ -98,10 +98,10 @@ The JSON body you send will look similar to the below. See the [reference docume
98
98
| api-version |`{API-VERSION}`| The version of the API you're calling. The version used here must be the same API model version in the URL. See the [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) article to learn more. |`2022-05-01`|
99
99
|`projectName`|`{PROJECT-NAME}`| The name of your project. This value is case-sensitive. |`EmailAppDemo`|
100
100
|`language`|`{LANGUAGE-CODE}`| A string specifying the language code for the utterances used in your project. If your project is a multilingual project, choose the [language code](../../language-support.md) of the majority of the utterances. |`en-us`|
101
-
|`multilingual`|`true`| A boolean value that enables you to have documents in multiple languages in your dataset. When your model is deployed, you can query the model in any [supported language](../../language-support.md#multi-lingual-option). This includes languages that aren't included in your training documents. |`true`|
101
+
|`multilingual`|`true`| A boolean value that enables you to have documents in multiple languages in your dataset. When your model is deployed, you can query the model in any [supported language](../../language-support.md#multi-lingual-option) including languages that aren't included in your training documents. |`true`|
102
102
|`dataset`|`{DATASET}`| See [how to train a model](../../how-to/tag-utterances.md) for information on splitting your data between a testing and training set. Possible values for this field are `Train` and `Test`. |`Train`|
103
103
104
-
Upon a successful request, the API response will contain an `operation-location` header with a URL you can use to check the status of the import job. It will be formatted like this:
104
+
Upon a successful request, the API response will contain an `operation-location` header with a URL you can use to check the status of the import job. It is formatted like this:
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/rest-api/train-model.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ manager: nitinme
4
4
ms.service: cognitive-services
5
5
ms.subservice: language-service
6
6
ms.topic: include
7
-
ms.date: 05/12/2022
7
+
ms.date: 03/17/2023
8
8
ms.author: aahi
9
9
---
10
10
@@ -13,7 +13,7 @@ Create a **POST** request using the following URL, headers, and JSON body to sub
13
13
14
14
### Request URL
15
15
16
-
Use the following URL when creating your API request. Replace the placeholder values below with your own values.
16
+
Use the following URL when creating your API request. Replace the placeholder values with your own values.
@@ -23,7 +23,7 @@ Use the following URL when creating your API request. Replace the placeholder va
23
23
|---------|---------|---------|
24
24
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
25
25
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive. |`EmailApp`|
26
-
|`{API-VERSION}`| The version of the API you are calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) released. |`2022-05-01`|
26
+
|`{API-VERSION}`| The version of the API you're calling. The value referenced here is for the latest released [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) released. |`2022-05-01`|
27
27
28
28
### Headers
29
29
@@ -36,7 +36,7 @@ Use the following header to authenticate your request.
36
36
37
37
### Request body
38
38
39
-
Use the following object in your request. The model will be named `MyModel` once training is complete.
39
+
Use the following object in your request. The model will be named after the value you use for the `modellabel` parameter once training is complete.
0 commit comments