Skip to content

Commit e08c2af

Browse files
Merge pull request #221981 from hazemelh/patch-31
Update train-model.md
2 parents 7da2df3 + dec6191 commit e08c2af

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api/train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use the following object in your request. The model will be named `MyModel` once
4040
```json
4141
{
4242
"modelLabel": "{MODEL-NAME}",
43-
"trainingMode": "standard"
43+
"trainingMode": "standard",
4444
"trainingConfigVersion": "{CONFIG-VERSION}",
4545
"evaluationOptions": {
4646
"kind": "percentage",

0 commit comments

Comments
 (0)