mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Serve] Mark serve.start beta API (instead of stable) (#17956)
This commit is contained in:
parent
cd42d30d7b
commit
8236b7412e
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class Client:
|
|||
return handle
|
||||
|
||||
|
||||
@PublicAPI
|
||||
@PublicAPI(stability="beta")
|
||||
def start(
|
||||
detached: bool = False,
|
||||
http_options: Optional[Union[dict, HTTPOptions]] = None,
|
||||
|
|
Loading…
Add table
Reference in a new issue