Databricks SDK for JavaScript
    Preparing search index...

    Lifecycle and health state of an AI Search endpoint, along with any human-readable detail about that state.

    interface EndpointStatus {
        message?: string;
        state?: EndpointStatus_State;
    }
    Index

    Properties

    Properties

    message?: string

    Human-readable detail about the endpoint's current state or the reason for a state transition.

    Current lifecycle state of the endpoint. See State for the meaning of each value.