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
Properties
Specifies whether the index is currently backfilling. During backfill, SearchVectors operations might return incomplete results.
The number of dimensions in each vector.
The distance function used to calculate similarity between vectors.
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.
The current state of the vector index:
Specifies attributes that are copied (projected) from the table into the vector index.
The search schema that defines partition key and inline filter attributes for the vector index.
The vector attribute configuration for the index.