Databricks SDK for JavaScript
    Preparing search index...

    Request to upsert rows into a Direct Access AI Search index.

    interface UpsertDataRequest {
        inputsJson?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    inputsJson?: string

    JSON document describing the rows to upsert.

    name?: string

    Full resource name of the index. Must be a Direct Access index. Format: workspaces/{workspace_id}/endpoints/{endpoint_id}/indexes/{index_id}