QueryOutputVector

The attributes of a vector in the approximate nearest neighbor search.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The measure of similarity between the vector in the response and the query vector.

Link copied to clipboard
val key: String

The key of the vector in the approximate nearest neighbor search.

Link copied to clipboard
val metadata: <Error class: unknown class>?

The metadata associated with the vector, if requested.

Functions

Link copied to clipboard
inline fun copy(block: QueryOutputVector.Builder.() -> Unit = {}): QueryOutputVector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String