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";
    } = ...

    Lifecycle state of an AI Search endpoint, used by both Standard and Storage Optimized SKUs.

    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"

      The endpoint has been shut down and is not serving queries.

    • ReadonlyONLINE: "ONLINE"

      The endpoint is fully operational and serving queries.

    • ReadonlyPROVISIONING: "PROVISIONING"

      The endpoint is being provisioned. This is the initial state after creation.

    • ReadonlyRED_STATE: "RED_STATE"

      The endpoint is unhealthy and needs to be investigated. After the endpoint is ready, it can be in one of: RED_STATE (unhealthy), YELLOW_STATE (degraded; needs monitoring), or ONLINE (healthy).

    • ReadonlyYELLOW_STATE: "YELLOW_STATE"

      The endpoint is healthy but needs to be monitored.