ray.serve.schema.DeploymentStatusOverview#
- class ray.serve.schema.DeploymentStatusOverview[source]#
Describes the status of a deployment.
- status#
The current status of the deployment.
- Type:
ray.serve._private.common.DeploymentStatus
- replica_states#
A map indicating how many replicas there are of each replica state.
- Type:
Dict[ray.serve._private.common.ReplicaState, int]
PublicAPI (alpha): This API is in alpha and may change before becoming stable.