Databricks SDK for JavaScript
    Preparing search index...

    Variable EndpointStatus_StateConst

    EndpointStatus_State: {
        DELETED: "DELETED";
        OFFLINE: "OFFLINE";
        ONLINE: "ONLINE";
        PROVISIONING: "PROVISIONING";
        RED_STATE: "RED_STATE";
        YELLOW_STATE: "YELLOW_STATE";
    } = ...

    Current state of the endpoint

    Type Declaration

    • ReadonlyDELETED: "DELETED"

      The endpoint is being deleted or has been deleted. Associated resources are being cleaned up; once cleanup completes the endpoint will no longer be retrievable.

    • ReadonlyOFFLINE: "OFFLINE"
    • ReadonlyONLINE: "ONLINE"
    • ReadonlyPROVISIONING: "PROVISIONING"
    • ReadonlyRED_STATE: "RED_STATE"

      After the endpoint is ready, it can be in one of the following states:

      • RED_STATE: The endpoint is unhealthy and needs to be investigated.
      • YELLOW_STATE: The endpoint is healthy but needs to be monitored.
      • ONLINE: The endpoint is healthy and ready to serve traffic.
    • ReadonlyYELLOW_STATE: "YELLOW_STATE"