QueryOutputVector

Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.

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 vector data associated with the vector, if requested.

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

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