You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
23
24
25
+
This article provides a reference for some syntax concepts you will encounter while configuring these YAML files for NLP text NER jobs.
The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net/preview/0.0.1/autoMLNLPTextNERJob.schema.json
26
28
27
29
## YAML syntax
28
30
@@ -48,6 +50,8 @@ The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net
48
50
|`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. |||
49
51
|`outputs.best_model`| object | Dictionary of output configurations for best model. For more information, see [Best model output configuration](#best-model-output-configuration). |||
50
52
53
+
54
+
Other syntax used in configurations:
51
55
### Limits
52
56
53
57
| Key | Type | Description | Allowed values | Default value |
0 commit comments