mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
23 lines
652 B
ReStructuredText
23 lines
652 B
ReStructuredText
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:
|