ComputeContextStatus#
- final class polars_cloud.ComputeContextStatus
The status of the compute cluster associated with a
ComputeContext
.Attributes:
UNINITIALIZED
Compute Context is not yet initialized with the control plane.
STARTING
Compute Context is starting.
IDLE
Compute Context is idle.
RUNNING
Compute Context is running.
STOPPING
Compute Context is stopping.
STOPPED
Compute Context stopped.
FAILED
Compute Context failed.
- UNINITIALIZED = 0
Compute Context is not yet initialized with the control plane.
- STARTING = 1
Compute Context is starting.
- IDLE = 2
Compute Context is idle.
- RUNNING = 3
Compute Context is running.
- STOPPING = 4
Compute Context is stopping.
- STOPPED = 5
Compute Context stopped.
- FAILED = 6
Compute Context failed.