Skip to content

Commit 58c8d3b

Browse files
committed
adding additional links to how-to
1 parent 810df7d commit 58c8d3b

File tree

1 file changed

+5
-1
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding/how-to

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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: 01/07/2022
11+
ms.date: 01/26/2022
1212
ms.author: aahi
1313
ms.devlang: csharp, python
1414
ms.custom: language-service-clu, ignite-fall-2021
@@ -28,6 +28,8 @@ Simply select a model and click on deploy model in the Deploy model page.
2828

2929
:::image type="content" source="../media/deploy-model.png" alt-text="A screenshot showing the model deployment page in Language Studio." lightbox="../media/deploy-model.png":::
3030

31+
if you're using the REST API, refer to the [quickstart](../quickstart.md?pivots=rest-api#deploy-your-model) and REST API [reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/language-authoring-clu-apis-2021-11-01-preview/operations/Deployments_TriggerDeploymentJob) for more information.
32+
3133
**Orchestration workflow projects deployments**
3234

3335
When you're deploying an orchestration workflow project, A small window will show up for you to confirm your deployment, and configure parameters for connected services.
@@ -50,6 +52,8 @@ You can get the full URL for your endpoint by going to the **Deploy model** page
5052

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

55+
As you construct your requests, refer to the [quickstart](../quickstart.md?pivots=rest-api#query-model) and REST API [reference documentation](https://aka.ms/clu-apis) for more information.
56+
5357
### Use the client libraries (Azure SDK)
5458

5559
> [!NOTE]

0 commit comments

Comments
 (0)