ray.serve.schema.DeploymentNode#

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

Represents a node in the deployment topology.

Each node represents a deployment and tracks which other deployments it calls.

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

field app_name: str [Required]#

The name of the application this deployment belongs to.

field is_ingress: bool = False#

Whether this is the ingress deployment.

field name: str [Required]#

The name of the deployment.

field outbound_deployments: List[dict] [Optional]#

The deployment IDs that this deployment calls (outbound dependencies).