Databricks SDK for JavaScript
    Preparing search index...

    Variable ComputeStatus_ComputeStateConst

    ComputeStatus_ComputeState: {
        ACTIVE: "ACTIVE";
        COMPUTE_STATE_UNSPECIFIED: "COMPUTE_STATE_UNSPECIFIED";
        DELETING: "DELETING";
        ERROR: "ERROR";
        STARTING: "STARTING";
        STOPPED: "STOPPED";
        STOPPING: "STOPPING";
        UPDATING: "UPDATING";
    } = ...

    Type Declaration

    • ReadonlyACTIVE: "ACTIVE"
    • ReadonlyCOMPUTE_STATE_UNSPECIFIED: "COMPUTE_STATE_UNSPECIFIED"
    • ReadonlyDELETING: "DELETING"
    • ReadonlyERROR: "ERROR"
    • ReadonlySTARTING: "STARTING"
    • ReadonlySTOPPED: "STOPPED"
    • ReadonlySTOPPING: "STOPPING"
    • ReadonlyUPDATING: "UPDATING"