SearchVectorsRequest

Types

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

Properties

Link copied to clipboard

One or more substitution tokens for attribute names in an expression. Use the # character in an expression to dereference an attribute name.

Link copied to clipboard

One or more values that can be substituted in an expression. Use the : character in an expression to dereference an attribute value.

Link copied to clipboard

The name of the vector index to search. The index must be in the ACTIVE state.

Link copied to clipboard

A string that identifies one or more attributes to retrieve from the index. Separate attribute names with commas. If not specified, the operation returns all attributes projected into the vector index.

Link copied to clipboard

Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response:

Link copied to clipboard

A condition expression used to filter the vector search results. The expression can reference attributes defined in the vector index search schema, including HASH and INLINE_FILTER key elements.

Link copied to clipboard

The search vector to compare against the indexed vectors. Each element is a 32-bit IEEE-754 floating point number, provided in DynamoDB list format.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the table containing the vector index.

Link copied to clipboard
val topK: Int?

The number of most similar results to return.

Functions

Link copied to clipboard
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