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.
- last_deployed_time_s#
 The time at which the application was deployed. A Unix timestamp in seconds.
- Type:
 
- deployments#
 The deployments in this application.
- Type:
 
PublicAPI (alpha): This API is in alpha and may change before becoming stable.