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 app_name: str = ''#

Name of the application.

field protocol: RequestProtocol [Required]#

Protocol of the targets.

field route_prefix: str [Required]#

Prefix route of the targets.

field targets: List[Target] [Required]#

List of targets for the given route.