Databricks SDK for JavaScript
    Preparing search index...

    Variable EndpointHealth_StatusConst

    EndpointHealth_Status: {
        DEGRADED: "DEGRADED";
        FAILED: "FAILED";
        HEALTHY: "HEALTHY";
        STATUS_UNSPECIFIED: "STATUS_UNSPECIFIED";
    } = ...

    Type Declaration

    • ReadonlyDEGRADED: "DEGRADED"

      Endpoint might be functional, but there are some known issues. Performance might be affected.

    • ReadonlyFAILED: "FAILED"

      Endpoint is severely affected. Likely will not be able to serve queries.

    • ReadonlyHEALTHY: "HEALTHY"

      Endpoint is functioning normally and there are no known issues.

    • ReadonlySTATUS_UNSPECIFIED: "STATUS_UNSPECIFIED"

      UNDOCUMENTED. Indicates no value is specified. An implementation detail.