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.

RUNNING

Compute Context is running.

STOPPING

Compute Context is stopping.

STOPPED

Compute Context stopped.

FAILED

Compute Context failed.

FAILED_BOOT

Compute Context failed during boot.

FAILED_INFRA

Compute Context failed to provision infrastructure.

UNINITIALIZED = 0

Compute Context is not yet initialized with the control plane.

STARTING = 1

Compute Context is starting.

RUNNING = 2

Compute Context is running.

STOPPING = 3

Compute Context is stopping.

STOPPED = 4

Compute Context stopped.

FAILED = 5

Compute Context failed.

FAILED_BOOT = 6

Compute Context failed during boot.

FAILED_INFRA = 7

Compute Context failed to provision infrastructure.