Ray Serve Python API
Contents
Ray Serve Python API#
Core APIs#
|
Run a Serve application and return a ServeHandle to the ingress. |
|
Initialize a serve instance. |
Completely shut down the connected Serve instance. |
|
|
Delete an app by its name |
ServeHandle API#
|
A handle to a service deployment. |
|
Issue an asynchronous request to the deployment. |
|
Set options for this handle. |
Batching Requests#
Converts a function to asynchronously handle batches. |
Deployment Graph APIs#
|
Builds a Serve application into a static application. |