ray.serve.schema.TargetGroup#
- pydantic model ray.serve.schema.TargetGroup[source]#
PublicAPI (alpha): This API is in alpha and may change before becoming stable.
- field ingress_request_router_targets: List[Target] [Optional]#
List of HTTP ingress request router targets for Lua-based routing decisions. Only populated on HTTP target groups; always empty for gRPC.
- field protocol: RequestProtocol [Required]#
Protocol of the targets.