SearchResultItem

A single result from a SearchVectors operation.

Types

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

Properties

Link copied to clipboard

A map of attribute names to AttributeValue objects, representing the projected attributes of the item returned by the vector search.

Link copied to clipboard

The similarity score for this item relative to the search vector. The interpretation depends on the distance function configured for the vector index.

Functions

Link copied to clipboard
inline fun copy(block: SearchResultItem.Builder.() -> Unit = {}): SearchResultItem
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