Interface VectorCapacity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VectorCapacity.Builder,VectorCapacity>, SdkBuilder<VectorCapacity.Builder,VectorCapacity>, SdkPojo
Enclosing class:
VectorCapacity

@Mutable @NotThreadSafe public static interface VectorCapacity.Builder extends SdkPojo, CopyableBuilder<VectorCapacity.Builder,VectorCapacity>
  • Method Details

    • vectorSearchRequestBytes

      VectorCapacity.Builder vectorSearchRequestBytes(Double vectorSearchRequestBytes)

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

      Parameters:
      vectorSearchRequestBytes - The number of vector search request bytes consumed by a SearchVectors operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vectorWriteRequestBytes

      VectorCapacity.Builder vectorWriteRequestBytes(Double vectorWriteRequestBytes)

      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.

      Parameters:
      vectorWriteRequestBytes - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.