Ray Serve ========= .. _`issue on GitHub`: https://github.com/ray-project/ray/issues 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. .. warning:: Ray Serve is under development and its API may be revised in future Ray releases. If you encounter any bugs, please file an `issue on GitHub`_. With Ray Serve, you can deploy your services at any scale. Quickstart ---------- .. literalinclude:: ../../python/ray/serve/examples/echo_full.py API --- .. automodule:: ray.serve :members: