Skip to content

Commit c634d61

Browse files
authored
Merge pull request #184478 from aahill/custom-feature-update
updating how-to articles, toc
2 parents e7116c9 + bc96f0d commit c634d61

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 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: conceptual
11-
ms.date: 12/07/2021
11+
ms.date: 01/07/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, python
1414
ms.custom: language-service-clu, ignite-fall-2021
@@ -50,7 +50,7 @@ You can get the full URL for your endpoint by going to the **Deploy model** page
5050

5151
:::image type="content" source="../media/prediction-url.png" alt-text="Screenshot showing the prediction request and URL" lightbox="../media/prediction-url.png":::
5252

53-
### Use the client libraries
53+
### Use the client libraries (Azure SDK)
5454

5555
> [!NOTE]
5656
> The client library for conversational language understanding is only available for:

articles/cognitive-services/language-service/custom-classification/how-to/call-api.md

Lines changed: 2 additions & 2 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: conceptual
11-
ms.date: 11/02/2021
11+
ms.date: 01/07/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-classification, ignite-fall-2021
1414
---
@@ -135,7 +135,7 @@ First you will need to get your resource key and endpoint
135135

136136
[!INCLUDE [JSON result for classification](../includes/classification-result-json.md)]
137137

138-
# [Using the client libraries](#tab/client)
138+
# [Using the client libraries (Azure SDK)](#tab/client)
139139

140140
## Use the client libraries
141141

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/call-api.md

Lines changed: 2 additions & 2 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: conceptual
11-
ms.date: 11/16/2021
11+
ms.date: 01/07/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, ignite-fall-2021
1414
---
@@ -142,7 +142,7 @@ First you will need to get your resource key and endpoint
142142

143143
[!INCLUDE [JSON result for entity recognition](../includes/recognition-result-json.md)]
144144

145-
# [Using the client libraries](#tab/client)
145+
# [Using the client libraries (Azure SDK)](#tab/client)
146146

147147
## Use the client libraries
148148

articles/cognitive-services/language-service/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ items:
5050
href: custom-classification/how-to/view-model-evaluation.md
5151
- name: Improve a model
5252
href: custom-classification/how-to/improve-model.md
53-
- name: Deploy a model and call the runtime API to classify text
53+
- name: Deploy a model and classify text
5454
href: custom-classification/how-to/call-api.md
5555
- name: Concepts
5656
items:
@@ -106,7 +106,7 @@ items:
106106
href: custom-named-entity-recognition/how-to/view-model-evaluation.md
107107
- name: Improve a model
108108
href: custom-named-entity-recognition/how-to/improve-model.md
109-
- name: Deploy a model and call the runtime API to extract entities
109+
- name: Deploy a model and extract entities from text
110110
href: custom-named-entity-recognition/how-to/call-api.md
111111
- name: Tutorials
112112
items:
@@ -160,7 +160,7 @@ items:
160160
href: conversational-language-understanding/how-to/tag-utterances.md
161161
- name: Train a model
162162
href: conversational-language-understanding/how-to/train-model.md
163-
- name: Deploy a model and query the runtime API
163+
- name: Deploy a model and get predictions
164164
href: conversational-language-understanding/how-to/deploy-query-model.md
165165
- name: Concepts
166166
items:

articles/cognitive-services/language-service/whats-new.md

Lines changed: 2 additions & 2 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: overview
11-
ms.date: 12/10/2021
11+
ms.date: 01/07/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021
1414
---
@@ -46,7 +46,7 @@ Azure Cognitive Service for Language is updated on an ongoing basis. To stay up-
4646
* SDK support for sending requests to custom models:
4747
* [Custom Named Entity Recognition](custom-named-entity-recognition/how-to/call-api.md?tabs=client#use-the-client-libraries)
4848
* [Custom text classification](custom-classification/how-to/call-api.md?tabs=api#use-the-client-libraries)
49-
* [Custom language understanding](conversational-language-understanding/how-to/deploy-query-model.md#use-the-client-libraries)
49+
* [Custom language understanding](conversational-language-understanding/how-to/deploy-query-model.md#use-the-client-libraries-azure-sdk)
5050

5151
## Next steps
5252

0 commit comments

Comments
 (0)