ray/doc/source/serve/deployment-graph
Archit Kulkarni a12c04a2fe
[Serve] [Doc] Update key concepts for 2.0, remove deprecated APIs (#26965)
Removes deprecated APIs:
- serve.start()
- get_handle()

Rewrites the ServeHandle doc snippet to use the recommended workflow for ServeHandles (only access them from other deployments, pass Deployments in as input args to `.bind()`, which get resolved to ServeHandles at runtime)

Co-authored-by: shrekris-anyscale <92341594+shrekris-anyscale@users.noreply.github.com>
2022-08-03 11:27:23 -05:00
..
chain_nodes_same_class_different_args.md [Serve] Add deployment graph cookbook (#24524) 2022-05-11 16:24:55 -07:00
combine_two_nodes_with_passing_input_parallel.md [Serve/Doc] Add combine nodes with same input in parallel pattern (#24760) 2022-05-16 11:00:54 -07:00
control_flow_based_on_user_inputs.md [Serve][Doc] Add http endpoint for dag pattern doc (#25390) 2022-06-02 09:01:37 -07:00
deployment-graph-e2e-tutorial.md [Serve] [Doc] Update key concepts for 2.0, remove deprecated APIs (#26965) 2022-08-03 11:27:23 -05:00
http_endpoint_for_dag_graph.md [Serve][Doc] Add http endpoint for dag pattern doc (#25390) 2022-06-02 09:01:37 -07:00
visualize_dag_during_development.md [Deployment Graph] Add visualization cookbook (#25112) 2022-06-06 11:05:58 -07:00