问题描述
我有一个Microsoft LUIS Dispatch模型。每当我尝试使用调度刷新将所有子模型自动发布到生产版位时。我想首先将调度发布到暂存中以进行测试,然后再发布到生产中。如何实现呢?我是否缺少.dispatch文件中的任何密钥?
{
"authoringRegion": "westus","hierarchical": true,"useAllTrainingData": false,"dontReviseUtterance": false,"copyLuisData": true,"normalizeDiacritics": true,"appId": "DispatchAppId","authoringKey": "AuthKey","version": "v3","region": "westus","type": "dispatch","name": "DispatchModel"
"services": [
{
"intentName": "l_Model1","appId": "MyAppid-1","type": "luis","name": "Model1","id": "1"
},{
"intentName": "l_Model2","appId": "MyAppid-2","name": "Model2","id": "1"
}
],"serviceIds": [
"1","2"
]
}
谢谢, pdeepa
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)