Skip to content

Commit dec6191

Browse files
authored
Update train-model.md
1 parent 5684825 commit dec6191

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)