Interface VectorCapacity.Builder

  • 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.