Builder
Properties
The maximum number of vectors to return on a page.
If true, the vector data of each vector will be included in the response. The default value is false
.
If true, the metadata associated with each vector will be included in the response. The default value is false
.
For a parallel ListVectors
request, segmentCount
represents the total number of vector segments into which the ListVectors
operation will be divided. The value of segmentCount
corresponds to the number of application workers that will perform the parallel ListVectors
operation. For example, if you want to use four application threads to list vectors in a vector index, specify a segmentCount
value of 4.
For a parallel ListVectors
request, segmentIndex
is the index of the segment from which to list vectors in the current request. It identifies an individual segment to be listed by an application worker.
The name of the vector bucket.