ray/doc/source/serve/doc_code
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
..
getting_started [Serve] [Docs] Update "Getting Started" documentation (#26745) 2022-08-01 16:31:48 -07:00
create_deployment.py [Serve] [Doc] Update key concepts for 2.0, remove deprecated APIs (#26965) 2022-08-03 11:27:23 -05:00
deployment_graph_combine_two_nodes_with_passing_input_parallel.py [Serve/Doc] Add combine nodes with same input in parallel pattern (#24760) 2022-05-16 11:00:54 -07:00
deployment_graph_control_flow_based_on_user_inputs.py [Ray DAG] Move dag project folder out of experimental (#25532) 2022-06-16 19:15:39 -07:00
deployment_graph_dag_http.py [Ray DAG] Move dag project folder out of experimental (#25532) 2022-06-16 19:15:39 -07:00
deployment_graph_same_class_different_args.py [Ray DAG] Move dag project folder out of experimental (#25532) 2022-06-16 19:15:39 -07:00
fastapi_example.py [serve][docs] Rework landing page to match Tune's structure (#24693) 2022-05-16 11:38:43 -05:00
key-concepts-deployment-graph.py [Serve][Doc] Split core-apis to key concepts and user guide (#24713) 2022-05-20 10:56:34 -07:00
production_fruit_example.py [Serve] [Docs] Create end-to-end documentation example for Serve REST API and CLI (#25936) 2022-06-24 14:44:39 -07:00
quickstart.py [serve][docs] Rework landing page to match Tune's structure (#24693) 2022-05-16 11:38:43 -05:00
sklearn_quickstart.py [serve][docs] Rework landing page to match Tune's structure (#24693) 2022-05-16 11:38:43 -05:00
transformers_example.py [serve][docs] Rework landing page to match Tune's structure (#24693) 2022-05-16 11:38:43 -05:00
visualize_dag_during_deployment.py [api] Annotate as public / move ray-core APIs to _private and add enforcement rule (#25695) 2022-06-21 15:13:29 -07:00