Skip to content

Commit 74f28ce

Browse files
Update articles/machine-learning/how-to-manage-inputs-and-outputs-in-pipeline.md
Co-authored-by: Lauryn Gayhardt <[email protected]>
1 parent 1f6ec2d commit 74f28ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-manage-inputs-and-outputs-in-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ But you can also customize where to store the output by defining path of an outp
228228

229229
# [Azure CLI](#tab/cli)
230230

231-
The `pipeline.yaml` defines a pipeline that has three pipeline level outputs. The full YAML can be found [here](https://github.com/Azure/azureml-examples/blob/main/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml)
231+
The `pipeline.yaml` defines a pipeline that has three pipeline level outputs. The full YAML can be found in the [train-score-eval pipeline with registered components example](https://github.com/Azure/azureml-examples/blob/main/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml).
232232
You can use following command to set custom output path for the `pipeline_job_trained_model`output.
233233

234234
```azurecli

0 commit comments

Comments
 (0)