We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f28ce commit 3a87f2bCopy full SHA for 3a87f2b
articles/machine-learning/how-to-manage-inputs-and-outputs-in-pipeline.md
@@ -410,4 +410,11 @@ def register_node_output():
410
pipeline = register_node_output()
411
pipeline.settings.default_compute = "azureml:cpu-cluster"
412
```
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