We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7da2df3 + dec6191 commit e08c2afCopy full SHA for e08c2af
articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api/train-model.md
@@ -40,7 +40,7 @@ Use the following object in your request. The model will be named `MyModel` once
40
```json
41
{
42
"modelLabel": "{MODEL-NAME}",
43
- "trainingMode": "standard"
+ "trainingMode": "standard",
44
"trainingConfigVersion": "{CONFIG-VERSION}",
45
"evaluationOptions": {
46
"kind": "percentage",
0 commit comments