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.
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
@@ -49,6 +53,8 @@ The source JSON schema can be found at https://azuremlsdk2.blob.core.windows.net
49
53
|`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. |||
50
54
|`outputs.best_model`| object | Dictionary of output configurations for best model. For more information, see [Best model output configuration](#best-model-output-configuration). |||
51
55
56
+
Other syntax used in configurations:
57
+
52
58
### Limits
53
59
54
60
| Key | Type | Description | Allowed values | Default value |
0 commit comments