ray.serve.schema.ProxyDetails#

class ray.serve.schema.ProxyDetails[source]#

Detailed info about a Ray Serve ProxyActor.

status#

The current status of the proxy.

Type:

ray.serve.schema.ProxyStatus

model_config: ClassVar[ConfigDict] = {'frozen': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].