File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
articles/cognitive-services/language-service
custom-named-entity-recognition/how-to
custom-text-classification/how-to
orchestration-workflow/how-to Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Send a Named Entity Recognition (NER) request to your custom model
3
- description : Learn how to send a request for custom NER.
3
+ description : Learn how to send requests for custom NER.
4
4
titleSuffix : Azure Cognitive Services
5
5
services : cognitive-services
6
6
author : aahill
Original file line number Diff line number Diff line change 1
1
---
2
- title : Using Azure resources in custom NER
2
+ title : Create custom NER projects and use Azure resources
3
3
titleSuffix : Azure Cognitive Services
4
- description : Learn about the steps for using Azure resources with custom NER.
4
+ description : Learn how to create and manage projects and Azure resources for custom NER.
5
5
services : cognitive-services
6
6
author : aahill
7
7
manager : nitinme
Original file line number Diff line number Diff line change 1
1
---
2
- title : Send a text classification request to your model
3
- description : Learn how to send a request for custom text classification.
2
+ title : Send a text classification request to your custom model
3
+ description : Learn how to send requests for custom text classification.
4
4
titleSuffix : Azure Cognitive Services
5
5
services : cognitive-services
6
6
author : aahill
7
7
manager : nitinme
8
8
ms.service : cognitive-services
9
9
ms.subservice : language-service
10
10
ms.topic : how-to
11
- ms.date : 06/ 03/2022
11
+ ms.date : 03/23/2023
12
12
ms.author : aahi
13
13
ms.devlang : csharp, python
14
14
ms.custom : language-service-clu, ignite-fall-2021, event-tier1-build-2022
15
15
---
16
16
17
- # Query deployment to classify text
17
+ # Send text classification requests to your model
18
18
19
- After the deployment is added successfully , you can query the deployment to classify text based on the model you assigned to the deployment.
19
+ After you've successfully deployed a model , you can query the deployment to classify text based on the model you assigned to the deployment.
20
20
You can query the deployment programmatically [ Prediction API] ( https://aka.ms/ct-runtime-api ) or through the client libraries (Azure SDK).
21
21
22
22
## Test deployed model
Original file line number Diff line number Diff line change 1
1
---
2
- title : How to send a Conversational Language Understanding job
2
+ title : How to send requests to orchestration workflow
3
3
titleSuffix : Azure Cognitive Services
4
- description : Learn about sending a request for Conversational Language Understanding .
4
+ description : Learn about sending requests for orchestration workflow .
5
5
services : cognitive-services
6
6
author : aahill
7
7
manager : nitinme
Original file line number Diff line number Diff line change 1
1
---
2
- title : How to create projects and build schema in orchestration workflow
2
+ title : Create orchestration workflow projects and use Azure resources
3
3
titleSuffix : Azure Cognitive Services
4
4
description : Use this article to learn how to create projects in orchestration workflow
5
5
services : cognitive-services
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service : cognitive-services
9
9
ms.subservice : language-service
10
10
ms.topic : how-to
11
- ms.date : 05/20/2022
11
+ ms.date : 03/23/2023
12
12
ms.author : aahi
13
13
ms.custom : language-service-orchestration
14
14
---
You can’t perform that action at this time.
0 commit comments