2022-05-11 16:24:55 -07:00
|
|
|
---
|
|
|
|
jupytext:
|
|
|
|
formats: ipynb,md:myst
|
|
|
|
text_representation:
|
|
|
|
extension: .md
|
|
|
|
format_name: myst
|
|
|
|
format_version: 0.13
|
|
|
|
jupytext_version: 1.13.6
|
|
|
|
kernelspec:
|
|
|
|
display_name: Python 3
|
|
|
|
language: python
|
|
|
|
name: python3
|
|
|
|
---
|
|
|
|
|
|
|
|
(graph-deployment-user-guides)=
|
|
|
|
|
|
|
|
# Deployment Graph User Guides
|
|
|
|
|
|
|
|
This page is a collections of more common design patterns for using the deployment graph.
|
|
|
|
|
|
|
|
## Patterns
|
|
|
|
- [Chain nodes with same class and different args](./chain_nodes_same_class_different_args.md)
|
2022-05-16 11:00:54 -07:00
|
|
|
- [Combine two nodes with passing same input in parallel](./combine_two_nodes_with_passing_input_parallel.md)
|
2022-05-11 16:24:55 -07:00
|
|
|
|