One entry per failed batch, ordered by batchIndex.
How many batches failed or were never sent.
How many documents were in batches that failed or were never sent.
Every document from every failed batch, flattened. Pass this straight back to a batched upsert to retry failed or unsent batches. Failed requests may already have applied.
How many batches succeeded.
Whether totalTimeout elapsed with batches still unsent.
How many batches the documents were chunked into.
How many documents were passed in.
How many documents Pinecone reported as upserted, summed across the batches that succeeded. This is the server's own count, so it can be lower than the number of documents those batches carried.
The outcome of a batched upsert.