Databricks SDK for JavaScript
    Preparing search index...
    EndpointState: {
        APPROVED: "APPROVED";
        DISCONNECTED: "DISCONNECTED";
        FAILED: "FAILED";
        PENDING: "PENDING";
    } = ...

    Type Declaration

    • ReadonlyAPPROVED: "APPROVED"

      The endpoint has been approved and is ready for use.

    • ReadonlyDISCONNECTED: "DISCONNECTED"

      The endpoint was once established but later disconnected. This endpoint doesn't provide connectivity.

    • ReadonlyFAILED: "FAILED"

      The endpoint encountered some issues during setup.

    • ReadonlyPENDING: "PENDING"

      The endpoint is pending approval.