Skip to content

Commit fa6f2ac

Browse files
Update and rename reference-automl-nlp-text-classification.md to reference-automl-nlp-cli-text-classification.md
1 parent bd18fbf commit fa6f2ac

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'CLI (v2) Automated ML Text Classification job YAML schema'
2+
title: 'CLI (v2) Automated ML text classification job YAML schema'
33
titleSuffix: Azure Machine Learning
4-
description: Reference documentation for the CLI (v2) Automated ML Text Classification job YAML schema.
4+
description: Reference documentation for the CLI (v2) automated ML text classification job YAML schema.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -18,11 +18,15 @@ 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/autoMLNLPTextClassificationJob.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.
24+
25+
This article provides a reference for some syntax concepts you will encounter while configuring these YAML files for NLP text classification jobs.
26+
27+
The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net/preview/0.0.1/autoMLNLPTextClassificationJob.schema.json
2328

2429

25-
[!INCLUDE [schema note](../../includes/machine-learning-preview-old-json-schema-note.md)]
2630

2731
## YAML syntax
2832

@@ -49,6 +53,8 @@ The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net
4953
| `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. | | |
5054
| `outputs.best_model` | object | Dictionary of output configurations for best model. For more information, see [Best model output configuration](#best-model-output-configuration). | | |
5155

56+
Other syntax used in configurations:
57+
5258
### Limits
5359

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

0 commit comments

Comments
 (0)