Skip to content

Commit 17c8c6a

Browse files
authored
Update train-model.md
1 parent 3bd6151 commit 17c8c6a

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +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"
4344
"trainingConfigVersion": "{CONFIG-VERSION}",
4445
"evaluationOptions": {
4546
"kind": "percentage",
@@ -51,6 +52,7 @@ Use the following object in your request. The model will be named `MyModel` once
5152
|Key |Placeholder|Value | Example |
5253
|---------|-----|----|---------|
5354
|`modelLabel` | `{MODEL-NAME}`|Your Model name. | `Model1` |
55+
| `trainingMode` | `standard` | Training mode. Only one mode for training is available in orchestration, which is `standard`. | `standard` |
5456
| `trainingConfigVersion` |`{CONFIG-VERSION}`| The training configuration model version. By default, the latest [model version](../../../concepts/model-lifecycle.md) is used. | `2022-05-01` |
5557
| `kind` | `percentage` | Split methods. Possible values are `percentage` or `manual`. See [how to train a model](../../how-to/train-model.md) for more information. |`percentage`|
5658
| `trainingSplitPercentage` | `80`| Percentage of your tagged data to be included in the training set. Recommended value is `80`. | `80`|

0 commit comments

Comments
 (0)