Databricks SDK for JavaScript
    Preparing search index...

    Interface QueryVectorIndexNextPageRequest

    Request payload for getting next page of results.

    interface QueryVectorIndexNextPageRequest {
        endpointName?: string;
        name?: string;
        pageToken?: string;
    }
    Index

    Properties

    endpointName?: string

    Name of the endpoint.

    name?: string

    Name of the vector index to query.

    pageToken?: string

    Page token returned from previous QueryVectorIndex or QueryVectorIndexNextPage API.