VectorIndexDescription

Contains the current state and configuration of a vector index, including its status, size, item count, and the settings specified when the index was created.

Types

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

Properties

Link copied to clipboard

Specifies whether the index is currently backfilling. During backfill, SearchVectors operations might return incomplete results.

Link copied to clipboard

The number of dimensions in each vector.

Link copied to clipboard

The distance function used to calculate similarity between vectors.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the vector index.

Link copied to clipboard

The name of the vector index.

Link copied to clipboard

The total size of the vector index, in bytes. Amazon DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

Link copied to clipboard

The current state of the vector index:

Link copied to clipboard

The number of items indexed in the vector index. Amazon DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

Link copied to clipboard

Specifies attributes that are copied (projected) from the table into the vector index.

Link copied to clipboard

The search schema that defines partition key and inline filter attributes for the vector index.

Link copied to clipboard

The vector attribute configuration for the index.

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