ListVectorsResponse

@Serializable
data class ListVectorsResponse(val vectors: List<VectorMatch>, val nextToken: String? = null)(source)

Response from listing vectors

Constructors

Link copied to clipboard
constructor(vectors: List<VectorMatch>, nextToken: String? = null)

Properties

Link copied to clipboard

Token for fetching next page (if more results exist)

Link copied to clipboard

Array of vector objects