ray/doc/source/serve/deployment-graph.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
598 B
Markdown
Raw Normal View History

(serve-deployment-graph)=
# Deployment Graph
To learn more about deployment graph in an end-to-end walkthrough:
- [E2E Tutorials](./deployment-graph/deployment-graph-e2e-tutorial.md)
## Patterns
Jump striaght into a common design patterns using deployment graph:
- [Chain nodes with same class and different args](deployment-graph/chain_nodes_same_class_different_args.md)
- [Combine two nodes with passing same input in parallel](deployment-graph/combine_two_nodes_with_passing_input_parallel.md)
- [Control flow based on user inputs](deployment-graph/control_flow_based_on_user_inputs.md)