ray.serve.schema.ApplicationStatusOverview#

class ray.serve.schema.ApplicationStatusOverview[source]#

Describes the status of an application and all its deployments.

status#

The current status of the application.

Type:

ray.serve._private.common.ApplicationStatus

message#

A message describing the application status in more detail.

Type:

str

last_deployed_time_s#

The time at which the application was deployed. A Unix timestamp in seconds.

Type:

float

deployments#

The deployments in this application.

Type:

Dict[str, ray.serve.schema.DeploymentStatusOverview]

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