shrekris-anyscale
071e1dd20f
[serve] Create deployment.py
and deployment_graph.py
( #23578 )
...
`api.py` has accumulated classes and functions that aren't purely public APIs, causing circular dependencies. This change pulls `Deployment` and deployment graph-related features out of `api.py` and puts them in two new files: `deployment.py` and `deployment_graph.py`.
2022-04-01 13:40:13 -07:00
Simon Mo
f400b4333a
[Serve] Remove legacy pipeline codebase ( #23172 )
2022-03-17 13:27:16 -07:00
Max Pumperla
b34099e764
[docs] landing page ( fixes #21750 ) ( #21859 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2022-01-26 17:14:25 -08:00
xwjiang2010
9af8f11191
Revert "[docs] Clean up doc structure (first part) ( #21667 )" ( #21763 )
...
This reverts commit 38e46c9fb3
.
2022-01-20 15:30:56 -08:00
Max Pumperla
38e46c9fb3
[docs] Clean up doc structure (first part) ( #21667 )
2022-01-20 16:19:04 +01:00
Simon Mo
5fccad4cc9
[Serve] Add experimental pipeline docs ( #20292 )
2021-11-16 16:13:55 -08:00
Edward Oakes
30541025e5
[serve] Remove deprecated APIs from code & docs ( #17754 )
2021-08-20 11:59:45 -05:00
Edward Oakes
bf6f1cfa9a
[serve] Clean up package ref ( #15690 )
2021-05-11 01:23:58 -07:00
Edward Oakes
c9550a86dc
[serve] Update docs for v2 Deployments API ( #15582 )
2021-05-03 13:19:34 -05:00
Edward Oakes
2274a94453
[serve] Remove deprecated system-level batching ( #15065 )
2021-04-06 17:58:42 -05:00
Edward Oakes
aab7ccc466
[serve] Deprecate client-based API in favor of process-wide singleton ( #14696 )
2021-03-17 09:39:54 -05:00
architkulkarni
9b6d2ca345
[Core] Add runtime_env option to actor and task options, with conda_env ( #14430 )
2021-03-11 10:09:38 -06:00
architkulkarni
f9364b1d5c
[Serve] Add logger with backend and replica tags ( #14251 )
2021-02-26 12:46:19 -08:00
Edward Oakes
7af0c999f3
[serve] Built-in support for imported backends ( #13867 )
2021-02-04 15:09:12 -06:00
architkulkarni
032a6546d5
Serve metrics docs ( #13096 )
2020-12-29 14:03:34 -06:00
architkulkarni
9a0218fb89
[Serve] [Doc] Front page update ( #13032 )
2020-12-28 10:19:36 -08:00
architkulkarni
8b4b4bf0a2
[Serve] Migrate from Flask.Request to Starlette Request ( #12852 )
2020-12-21 15:34:15 -06:00
Edward Oakes
3521e74f3a
[serve] Support for imported backends ( #12923 )
2020-12-18 15:49:24 -06:00
architkulkarni
347e871409
[Serve] Add dependency management ( #11743 )
2020-11-05 16:39:37 -06:00
Simon Mo
55b6c19d98
[Serve] Implement ServeHandle refactoring ( #10527 )
2020-09-04 15:50:56 -07:00
Edward Oakes
786f12edfd
[serve] Serve client refactor ( #10409 )
2020-09-04 12:02:23 -05:00
architkulkarni
0d93e92720
[Serve] Reimplement BackendConfig as pydantic model ( #10389 )
2020-09-03 19:16:17 -05:00
Edward Oakes
888f0a2c60
[serve] Use ray.experimental.metrics ( #10185 )
2020-08-19 13:03:22 -05:00
Edward Oakes
aa3fd62cac
[serve] Add shadow traffic API ( #9106 )
2020-06-25 10:55:22 -05:00
Edward Oakes
c9010eb8ad
[serve] Add serve.shutdown() ( #8766 )
2020-06-23 13:42:03 -05:00
Simon Mo
1a1ddc74c4
[Serve] Add package reference and links keyword to docstring ( #8955 )
2020-06-15 18:47:59 -07:00