VectorCapacity

The consumed capacity for vector index operations, including vector search request bytes and vector write request bytes.

Types

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

Properties

Link copied to clipboard

The number of vector search request bytes consumed by a SearchVectors operation.

Link copied to clipboard

The number of vector write request bytes consumed when writing to a vector index. Reported for write operations that modify attributes indexed by a vector index.

Functions

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