Skip to content

Commit 3a87f2b

Browse files
committed
add next step section
1 parent 74f28ce commit 3a87f2b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,11 @@ def register_node_output():
410410
pipeline = register_node_output()
411411
pipeline.settings.default_compute = "azureml:cpu-cluster"
412412
```
413-
---
413+
---
414+
415+
## Next steps
416+
417+
- [YAML reference for pipeline job](./reference-yaml-job-pipeline.md)
418+
- [How to debug pipeline failure](./how-to-debug-pipeline-failure.md)
419+
- [Schedule a pipeline job](./how-to-schedule-pipeline-job.md)
420+
- [Deploy a pipeline with batch endpoints(preview)](./how-to-use-batch-pipeline-deployments.md)

0 commit comments

Comments
 (0)