Skip to content

Commit cf2097d

Browse files
committed
wording, link, quickstart changes
1 parent dfc1ee8 commit cf2097d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/how-to/deploy-query-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 01/26/2022
11+
ms.date: 03/15/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, python
1414
ms.custom: language-service-clu, ignite-fall-2021
@@ -31,11 +31,11 @@ When a model is deployed, you will be able to test the model directly in the por
3131

3232
1. Click on *Add deployment* to submit a new deployment job
3333

34-
:::image type="content" source="../media/add-deployment-model.png" alt-text="A screenshot showing the model deployment page in Language Studio." lightbox="../media/add-deploy-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":::
3535

3636
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.
3737

38-
:::image type="content" source="../media/create-deployment-job.png" alt-text="A screenshot showing deployment job creation 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":::
3939

4040

4141
#### Swap deployments

articles/cognitive-services/language-service/conversational-language-understanding/includes/quickstarts/language-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 01/27/2022
8+
ms.date: 03/15/2022
99
ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
@@ -102,15 +102,15 @@ When you're done, select **Save Changes** to save the utterances and labels to t
102102
Select **train model** on the left of the screen. Select **Start a training job**. To train your model, you need to provide a name for the model. Write a name like "*v1*" and press the enter key.
103103

104104
> [!NOTE]
105-
> If you did not [add utterances to testing set](https://docs.microsoft.com/azure/cognitive-services/language-service/conversational-language-understanding/how-to/tag-utterances#tag-utterances), you will only be allowed to train using the **Automatically split the testing set from all data** option.
105+
> If you did not [tag utterances](#tag-utterances) you will only be allowed to train using the **Automatically split the testing set from all data** option. See [Add utterances to testing set](../../how-to/tag-utterances#tag-utterances) for more information.
106106
107107
When the training job is complete, which may take some time, you should see the output model performance in the **View model details** page.
108108

109109
## Deploy your model
110110

111111
From the **Deploy model** page on the left of the screen, select **Add deployment**.
112112

113-
In the window that appears, give your deployment a **deploment name** and then assign your trained model to this deployment name and then select **Submit**.
113+
In the window that appears, give your deployment a **deployment name** and then assign your trained model to this deployment name and then select **Submit**.
114114

115115
## Test your model
116116

0 commit comments

Comments
 (0)