2022-07-09 02:58:21 +08:00
|
|
|
|
(serve-user-guides)=
|
2022-05-20 10:56:34 -07:00
|
|
|
|
# User Guides
|
|
|
|
|
|
|
|
|
|
If you’re new to Ray Serve, we recommend starting with the [Ray Serve Quick Start](getting_started).
|
|
|
|
|
|
|
|
|
|
This user guide will help you navigate the Ray Serve project and show you how achieve several tasks, for instance
|
|
|
|
|
you will learn
|
|
|
|
|
- [Create/Update/Delete Serve Deployments](managing-deployments)
|
|
|
|
|
- [Handling Dependencies](handling-dependencies)
|
|
|
|
|
- [Configuring HTTP and Bring Your own FastAPI app](http-guide)
|
2022-08-09 09:42:34 -07:00
|
|
|
|
- [Using HTTP Adapters](http-guide)
|
2022-05-20 10:56:34 -07:00
|
|
|
|
- [Composing Deployments](handle-guide)
|
|
|
|
|
- [Serving ML Models](ml-models)
|
2022-08-11 12:06:27 -07:00
|
|
|
|
- [Use Request Batching](batching-guide)
|
2022-08-09 15:06:23 -07:00
|
|
|
|
- [Using Deployment Graphs](serve-model-composition-deployment-graph)
|
2022-05-20 10:56:34 -07:00
|
|
|
|
- [Deploying Ray Serve](deploying-serve)
|
2022-08-04 20:10:12 -07:00
|
|
|
|
- [Monitoring Ray Serve](monitoring)
|
2022-06-07 05:00:20 +09:00
|
|
|
|
- [Performance Tuning](performance)
|
2022-06-22 13:32:18 -07:00
|
|
|
|
- [Autoscaling](autoscaling)
|