Skip to content

Commit b4347c1

Browse files
authored
Merge pull request #188949 from magrefaat/patch-83
deploy field update
2 parents 490fc8c + 1416edb commit b4347c1

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
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

articles/cognitive-services/language-service/custom-classification/fail-over.md

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

364364
```json
365365
{
366-
"trainedModelLabel": "{MODEL-NAME}"
366+
"trainedModelLabel": "{MODEL-NAME}",
367+
"deploymentName": "{DEPLOYMENT-NAME}"
367368
}
368369
```
369370

articles/cognitive-services/language-service/custom-classification/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ Use the following JSON in your request. The model will be named `MyModel` once t
264264

265265
```json
266266
{
267-
"trainedModelLabel": "MyModel"
267+
"trainedModelLabel": "MyModel",
268+
"deploymentName": "prod"
268269
}
269270
```
270271

articles/cognitive-services/language-service/custom-named-entity-recognition/fail-over.md

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

350350
```json
351351
{
352-
"trainedModelLabel": "{MODEL-NAME}"
352+
"trainedModelLabel": "{MODEL-NAME}",
353+
"deploymentName": "{DEPLOYMENT-NAME}"
353354
}
354355
```
355356

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ Use the following JSON in your request. The model will be named `MyModel` once t
293293

294294
```json
295295
{
296-
"trainedModelLabel": "MyModel"
296+
"trainedModelLabel": "MyModel",
297+
"deploymentName": "prod"
297298
}
298299
```
299300

0 commit comments

Comments
 (0)