SongGuess
    Preparing search index...

    Results of an operation that performed a mutation on a set of vectors. Here, ids is a list of vectors that were successfully processed.

    This type is exclusively for the Vectorize beta and will be deprecated once Vectorize RC is released. See VectorizeAsyncMutation for its post-beta equivalent.

    interface VectorizeVectorMutation {
        count: number;
        ids: string[];
    }
    Index

    Properties

    Properties

    count: number
    ids: string[]