Deploying Orchestration via API and assigning a deployed CLU resource

Russell, David 0 Reputation points
2023-10-27T14:24:03.3833333+00:00

I'm deploying a CLU/CQA/Orchestration project via our automation pipelines.

We currently are unable to find any rest API that would allow us to repeat the steps 4. for CLU by specifying a project name. Currently step 4 at : https://learn.microsoft.com/en-us/azure/ai-services/language-service/orchestration-workflow/how-to/deploy-model?tabs=language-studio#deploy-model…

Step 4 specifies to link a project to a specific project for CLU or LUIS during deployment of orchestration and can be easily done VIA the GUI in language studio. However, I am trying to accomplish this via the deployment API.

The rest API example only has a trained model label requirement for orchestration.

Example body of request:

{   "trainedModelLabel": "{MODEL-NAME}", }

Is there a way to link my CLU deployment to the orchestration project that I am deploying via the REST API?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
409 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.