Databricks SDK for JavaScript
    Preparing search index...

    Variable PipelinesGcpAvailabilityConst

    PipelinesGcpAvailability: {
        ON_DEMAND_GCP: "ON_DEMAND_GCP";
        PREEMPTIBLE_GCP: "PREEMPTIBLE_GCP";
        PREEMPTIBLE_WITH_FALLBACK_GCP: "PREEMPTIBLE_WITH_FALLBACK_GCP";
    } = ...

    The set of GCP availability types supported when setting up nodes for a cluster (configurable only for executors).

    Type Declaration

    • ReadonlyON_DEMAND_GCP: "ON_DEMAND_GCP"
    • ReadonlyPREEMPTIBLE_GCP: "PREEMPTIBLE_GCP"
    • ReadonlyPREEMPTIBLE_WITH_FALLBACK_GCP: "PREEMPTIBLE_WITH_FALLBACK_GCP"