How do we automate the Refreshing of LUIS Dispatcher Model?

狂风中的少年 提交于 2019-12-23 03:35:15

问题


1. If we can go with Function App in Azure, how do we get the Dispatcher CLI to work in this function? Is there any code to run the NODE JS and install Dispatcher CLI and run the refresh command?

2. Will it be possible to use Container in Blob storage?? If so, how do we use NodeJS and Dispatcher CLI and refresh?

I don't want to go with VM, Is there any APP SERVICE in Azure which can achieve this Task?

The refreshing of dispatcher using dispatch refresh command can be used with NodeJS and installing Dispatcher module in windows. For more info, please refer the source : link. As per this link's alternative suggestion, I don't want to go with .NET Core with Linux / other OS as I don't have much knowledge on Technology/that OS too.

I am training my LUIS model using custom automation tool, so this cannot have any deployment in Azure Devops/without CI/CD. I am not sure about Azure DevOps on how we can achieve this. If any detailed explanation about "how we can use pipelines and add tasks which can be triggered at all times when training LUIS model with intents/utterances" will be helpful.

Expectation

  1. I want to train and publish the dispatcher the same way as Luis Model using API.
  2. I want to refresh the Parent Luis Dipatacher Model whenever the child LUIS Model gets updated.
  3. I want alternative solution/workarounds to refresh this using some API/something so that we can trigger this anytime we want to reflect changes from child LUIS models to Parent Dispatcher Model.
  4. I don't know how to run the "dispatcher refresh folderpath" command on Azure.

As we train and publish LUIS model using API, I need to train and Publish the Dispatcher without any manual work. Preferred Azure Workaround Solution.

Actually: Cannot automate the refresh of dispatcher using API.

Any explanation/reference to solve this problem is appreciated.

Thanks.

来源:https://stackoverflow.com/questions/55572615/how-do-we-automate-the-refreshing-of-luis-dispatcher-model

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!