Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 628 Bytes

File metadata and controls

12 lines (8 loc) · 628 Bytes

LiveDeploymentStatus

The current operational status of a live deployment.

Properties

Name Type Required Description
state LiveDeploymentState Yes The current operational state of the deployment.
is_ready bool Yes Whether the deployment is ready to serve inference requests. A deployment may be active but not ready if it has been autoscaled to zero replicas.

[Back to Model list] [Back to API list] [Back to README]