Skip to content

Commit 54823c2

Browse files
authored
Update rest-api.md
1 parent f8fc9a7 commit 54823c2

File tree

1 file changed

+2
-1
lines changed
  • articles/cognitive-services/language-service/custom-classification/includes/quickstarts

1 file changed

+2
-1
lines changed

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

0 commit comments

Comments
 (0)