Databricks SDK for JavaScript
    Preparing search index...
    interface MiniVectorIndex {
        creator?: string;
        endpointId?: string;
        endpointName?: string;
        indexSpec?:
            | {
                $case: "directAccessIndexSpec";
                directAccessIndexSpec: DirectAccessVectorIndexSpec;
            }
            | {
                $case: "deltaSyncIndexSpec";
                deltaSyncIndexSpec: DeltaSyncVectorIndexSpec;
            };
        indexSubtype?: IndexSubtype;
        indexType?: VectorIndexType;
        name?: string;
        primaryKey?: string;
        status?: VectorIndexStatus;
    }
    Index

    Properties

    creator?: string

    The user who created the index.

    endpointId?: string

    ID of the endpoint associated with the index.

    endpointName?: string

    Name of the endpoint associated with the index

    indexSpec?:
        | {
            $case: "directAccessIndexSpec";
            directAccessIndexSpec: DirectAccessVectorIndexSpec;
        }
        | {
            $case: "deltaSyncIndexSpec";
            deltaSyncIndexSpec: DeltaSyncVectorIndexSpec;
        }
    indexSubtype?: IndexSubtype

    The subtype of the index.

    indexType?: VectorIndexType
    name?: string

    Name of the index

    primaryKey?: string

    Primary key of the index