Databricks SDK for JavaScript
    Preparing search index...
    interface UpsertDataVectorIndexRequest {
        inputsJson?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    inputsJson?: string

    JSON string representing the data to be upserted.

    name?: string

    Name of the vector index where data is to be upserted. Must be a Direct Vector Access Index.