Skip to content

Commit fdc4175

Browse files
committed
incorporating feedback
1 parent 341ff4d commit fdc4175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/concept-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The format for an expression is `${{ <expression> }}`. Some expressions are eval
2727
| Expression | Description | Scope |
2828
| ---- | ---- | ---- |
2929
| `${{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. |
3131
| `${{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. |
3232
| `${{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. |
3333
| `${{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

Comments
 (0)