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/how-to/deploy-query-model.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,18 @@ When a model is deployed, you will be able to test the model directly in the por
31
31
32
32
1. Click on *Add deployment* to submit a new deployment job
33
33
34
-
:::image type="content" source="../media/add-deployment-model.png" alt-text="A screenshot showing the model deployment button in Language Studio." lightbox="../media/add-deployment-model.png":::
34
+
:::image type="content" source="../media/add-deployment-model.png" alt-text="A screenshot showing the model deployment button in Language Studio." lightbox="../media/add-deployment-model.png":::
35
35
36
36
2. In the window that appears, you can create a new deployment name by giving the deployment a name or override an existing deployment name. Then, you can add a trained model to this deployment name.
37
37
38
-
:::image type="content" source="../media/create-deployment-job.png" alt-text="A screenshot showing the add deployment job screen in Language Studio." lightbox="../media/create-deployment-job.png":::
38
+
:::image type="content" source="../media/create-deployment-job.png" alt-text="A screenshot showing the add deployment job screen in Language Studio." lightbox="../media/create-deployment-job.png":::
39
39
40
40
41
41
#### Swap deployments
42
42
43
43
If you would like to swap the models between two deployments, simply select the two deployment names you want to swap and click on **Swap deployments**. From the window that appears, select the deployment name you want to swap with.
44
44
45
-
:::image type="content" source="../media/swap-deployment.png" alt-text="A screenshot showing swaping deployments in Language Studio." lightbox="../media/swap-deployment.png":::
45
+
:::image type="content" source="../media/swap-deployment.png" alt-text="A screenshot showing a swapped deployment in Language Studio." lightbox="../media/swap-deployment.png":::
46
46
47
47
#### Delete deployment
48
48
@@ -58,17 +58,17 @@ To delete a deployment, select the deployment you want to delete and click on **
58
58
59
59
1. Click on **Add deployment** to submit a new deployment job.
60
60
61
-
Like conversation projects, In the window that appears, you can create a new deployment name by giving the deployment a name or override an existing deployment name. Then, you can add a trained model to this deployment name and press next.
61
+
Like conversation projects, In the window that appears, you can create a new deployment name by giving the deployment a name or override an existing deployment name. Then, you can add a trained model to this deployment name and press next.
62
62
63
-
:::image type="content" source="../media/create-deployment-job-orch.png" alt-text="A screenshot showing deployment job creation in Language Studio." lightbox="../media/create-deployment-job-orch.png":::
63
+
:::image type="content" source="../media/create-deployment-job-orch.png" alt-text="A screenshot showing deployment job creation in Language Studio." lightbox="../media/create-deployment-job-orch.png":::
64
64
65
65
2. If you're connecting one or more LUIS applications or conversational language understanding projects, specify the deployment name.
66
66
67
-
No configurations are required for custom question answering or unlinked intents.
67
+
No configurations are required for custom question answering or unlinked intents.
68
68
69
-
LUIS projects **must be published** to the slot configured during the Orchestration deployment, and custom question answering KBs must also be published to their Production slots.
69
+
LUIS projects **must be published** to the slot configured during the Orchestration deployment, and custom question answering KBs must also be published to their Production slots.
70
70
71
-
:::image type="content" source="../media/deploy-connected-services.png" alt-text="A screenshot showing the deployment screen for orchestration workflow projects." lightbox="../media/deploy-connected-services.png":::
71
+
:::image type="content" source="../media/deploy-connected-services.png" alt-text="A screenshot showing the deployment screen for orchestration workflow projects." lightbox="../media/deploy-connected-services.png":::
72
72
73
73
## Send a Conversational Language Understanding request
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/quickstarts/language-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ms.custom: ignite-fall-2021
29
29
30
30
Once you have a Language resource associated with your account, create a Conversational Language Understanding project. In this quickstart, you'll create a project that can identify commands for email, such as: reading emails by certain people, deleting emails, and attaching a document to an email.
31
31
32
-
1. In [Language Studio](https://aka.ms/languageStudio), find the section labelled**Understand conversational language** and select **Conversational language understanding**.
32
+
1. In [Language Studio](https://aka.ms/languageStudio), find the section named**Understand conversational language** and select **Conversational language understanding**.
33
33
:::image type="content" source="../../media/select-custom-clu.png" alt-text="A screenshot showing the location of Custom Language Understanding in the Language Studio landing page." lightbox="../../media/select-custom-clu.png":::
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-classification/how-to/call-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To delete a deployment, select the deployment you want to delete and click **Del
67
67
68
68
5. In the response header you receive extract `jobId` from `operation-location`, which has the format: `{YOUR-ENDPOINT}/text/analytics/v3.2-preview.2/analyze/jobs/<jobId}>`
69
69
70
-
6. Copy the retrieve request and replace `<OPERATION-ID>` with `jobId` received form last step and submit the request.
70
+
6. Copy the retrieve request and replace `<OPERATION-ID>` with `jobId` received from the last step and submit the request.
0 commit comments