ray.serve.schema.DeploymentTopology#
- class ray.serve.schema.DeploymentTopology(*, app_name: str, nodes: Dict[str, DeploymentNode], ingress_deployment: str | None = None)[source]#
Bases:
BaseModelRepresents the dependency graph of deployments in an application.
The topology shows which deployments call which other deployments, with the ingress deployment as the entry point.
PublicAPI (alpha): This API is in alpha and may change before becoming stable.
Methods
Create a new model by parsing and validating input data from keyword arguments.
Creates a new model setting __dict__ and __fields_set__ from trusted or pre-validated data.
Duplicate a model, optionally choose which fields to include, exclude and change.
Generate a dictionary representation of the model, optionally specifying which fields to include or exclude.
Generate a JSON representation of the model,
includeandexcludearguments as perdict().Try to update ForwardRefs on fields based on this Model, globalns and localns.
Attributes