mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 22:37:34 +08:00
[Doc] Fix RayServeHandle doc (#10896)
This commit is contained in:
@@ -52,12 +52,12 @@ class RayServeHandle:
|
||||
|
||||
Returns:
|
||||
ray.ObjectRef
|
||||
Input:
|
||||
Args:
|
||||
request_data(dict, Any): If it's a dictionary, the data will be
|
||||
available in ``request.json()`` or ``request.form()``. Otherwise,
|
||||
it will be available in ``request.data``.
|
||||
available in ``request.json()`` or ``request.form()``.
|
||||
Otherwise, it will be available in ``request.data``.
|
||||
``**kwargs``: All keyword arguments will be available in
|
||||
``request.args``.
|
||||
``request.args``.
|
||||
"""
|
||||
request_metadata = RequestMetadata(
|
||||
self.endpoint_name,
|
||||
|
||||
Reference in New Issue
Block a user