mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00
21 lines
525 B
ReStructuredText
21 lines
525 B
ReStructuredText
![]() |
Ray Serve (Experimental)
|
||
|
========================
|
||
|
|
||
|
Ray Serve is a serving library that exposes python function/classes to HTTP.
|
||
|
It has built-in support for flexible traffic policy. This means you can easy
|
||
|
split incoming traffic to multiple implementations.
|
||
|
|
||
|
With Ray Serve, you can deploy your services at any scale.
|
||
|
|
||
|
.. warning::
|
||
|
Ray Serve is Python 3 only.
|
||
|
|
||
|
Quickstart
|
||
|
----------
|
||
|
.. literalinclude:: ../../python/ray/experimental/serve/examples/echo_full.py
|
||
|
|
||
|
API
|
||
|
---
|
||
|
.. automodule:: ray.experimental.serve
|
||
|
:members:
|