ray.serve.schema.gRPCOptionsSchema#
- pydantic model ray.serve.schema.gRPCOptionsSchema[source]#
Options to start the gRPC Proxy with.
PublicAPI (alpha): This API is in alpha and may change before becoming stable.
- field grpc_servicer_functions: List[str] = []#
List of import paths for gRPC
add_servicer_to_serverfunctions to add to Serve’s gRPC proxy. Default to empty list, which means no gRPC methods will be added and no gRPC server will be started. The servicer functions need to be importable from the context of where Serve is running.