Skip to content

Commit 1416edb

Browse files
authored
Update fail-over.md
1 parent 54823c2 commit 1416edb

File tree

1 file changed

+2
-1
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding

1 file changed

+2
-1
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/fail-over.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ Use the following JSON in your request. Use the name of the model you wan to dep
398398

399399
```json
400400
{
401-
"trainedModelLabel": "{MODEL-NAME}"
401+
"trainedModelLabel": "{MODEL-NAME}",
402+
"deploymentName": {DEPLOYMENT-NAME}
402403
}
403404
```
404405

0 commit comments

Comments
 (0)