Databricks SDK for JavaScript
    Preparing search index...
    interface VectorIndexStatus {
        indexedRowCount?: bigint;
        indexUrl?: string;
        message?: string;
        ready?: boolean;
    }
    Index

    Properties

    indexedRowCount?: bigint

    Number of rows indexed

    indexUrl?: string

    Index API Url to be used to perform operations on the index

    message?: string

    Message associated with the index status

    ready?: boolean

    Whether the index is ready for search