ray.serve.schema.Target#

pydantic model ray.serve.schema.Target[source]#

PublicAPI (alpha): This API is in alpha and may change before becoming stable.

field instance_id: str [Required]#

Instance ID of the target.

field ip: str [Required]#

IP address of the target.

field name: str [Required]#

Name of the target.

field port: int [Required]#

Port of the target.