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
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-expressions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The format for an expression is `${{ <expression> }}`. Some expressions are eval
27
27
| Expression | Description | Scope |
28
28
| ---- | ---- | ---- |
29
29
|`${{inputs.<input_name>}}`| References to an input data asset or model. | Works for all jobs. |
30
-
|`${{outputs.<output_name>}}`| References to an output data asset. | Works for all jobs. |
30
+
|`${{outputs.<output_name>}}`| References to an output data asset or model. | Works for all jobs. |
31
31
|`${{search_space.<hyperparameter>}}`| References the hyperparameters to use in a sweep job. The hyperparameter values for each trial are selected based on the `search_space`. | Sweep jobs only. |
32
32
|`${{parent.inputs.<input_name>}}`| Binds the inputs of a child job (pipeline step) in a pipeline to the inputs of the top-level parent pipeline job. | Pipeline jobs only. |
33
33
|`${{parent.outputs.<output_name>}}`| Binds the outputs of a child job (pipeline step) in a pipeline to the outputs of the top-level parent pipeline job. | Pipeline jobs only. |
0 commit comments