Deploying Orchestration via API and assigning a deployed CLU resource
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?