Skip to content

Commit 3b3bd39

Browse files
authored
Merge pull request #113046 from john-par/patch-20
Update reference-pipeline-yaml.md
2 parents 287be73 + 88dd55b commit 3b3bd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-pipeline-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pipeline:
362362

363363
| YAML key | Description |
364364
| ----- | ----- |
365-
| `steps` | Sequence of one or more PipelineStep definitions. Note that the `destination` of one step's `outputs` become the keys to the `inputs` of the .|
365+
| `steps` | Sequence of one or more PipelineStep definitions. Note that the `destination` keys of one step's `outputs` become the `source` keys to the `inputs` of the next step.|
366366

367367
```yaml
368368
pipeline:

0 commit comments

Comments
 (0)