Skip to content

Commit 3bc7f9f

Browse files
Update and rename reference-automl-nlp-ner.md to reference-automl-nlp-cli-ner.md
1 parent de7c40a commit 3bc7f9f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/machine-learning/reference-automl-nlp-ner.md renamed to articles/machine-learning/reference-automl-nlp-cli-ner.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'CLI (v2) Automated ML NLP Text NER job YAML schema'
2+
title: 'CLI (v2) Automated ML NLP text NER job YAML schema'
33
titleSuffix: Azure Machine Learning
4-
description: Reference documentation for the CLI (v2) Automated ML NLP Text NER job YAML schema.
4+
description: Reference documentation for the CLI (v2) automated ML NLP text NER job YAML schema.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -18,11 +18,13 @@ ms.reviewer: ssalgado
1818

1919
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
2020

21-
The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net/preview/0.0.1/autoMLNLPTextNERJob.schema.json
21+
[!INCLUDE [schema note](../../includes/machine-learning-preview-old-json-schema-note.md)]
2222

23+
Every Azure Machine Learning entity has a schematized YAML representation. You can create a new entity from a YAML configuration file with a `.yml` or `.yaml` extension.
2324

25+
This article provides a reference for some syntax concepts you will encounter while configuring these YAML files for NLP text NER jobs.
2426

25-
[!INCLUDE [schema note](../../includes/machine-learning-preview-old-json-schema-note.md)]
27+
The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net/preview/0.0.1/autoMLNLPTextNERJob.schema.json
2628

2729
## YAML syntax
2830

@@ -48,6 +50,8 @@ The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net
4850
| `outputs` | object | Dictionary of output configurations of the job. The key is a name for the output within the context of the job and the value is the output configuration. | | |
4951
| `outputs.best_model` | object | Dictionary of output configurations for best model. For more information, see [Best model output configuration](#best-model-output-configuration). | | |
5052

53+
54+
Other syntax used in configurations:
5155
### Limits
5256

5357
| Key | Type | Description | Allowed values | Default value |

0 commit comments

Comments
 (0)