All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.vector.client.proto.VectorSearchRequestOrBuilder Maven / Gradle / Ivy

Go to download

This project includes the Java client for Aerospike Vector Search for high-performance data interactions.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: transact.proto

// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;

public interface VectorSearchRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:aerospike.vector.VectorSearchRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The index identifier.
   * 
* * .aerospike.vector.IndexId index = 1; * @return Whether the index field is set. */ boolean hasIndex(); /** *
   * The index identifier.
   * 
* * .aerospike.vector.IndexId index = 1; * @return The index. */ com.aerospike.vector.client.proto.IndexId getIndex(); /** *
   * The index identifier.
   * 
* * .aerospike.vector.IndexId index = 1; */ com.aerospike.vector.client.proto.IndexIdOrBuilder getIndexOrBuilder(); /** *
   * The query vector.
   * 
* * .aerospike.vector.Vector queryVector = 2; * @return Whether the queryVector field is set. */ boolean hasQueryVector(); /** *
   * The query vector.
   * 
* * .aerospike.vector.Vector queryVector = 2; * @return The queryVector. */ com.aerospike.vector.client.proto.Vector getQueryVector(); /** *
   * The query vector.
   * 
* * .aerospike.vector.Vector queryVector = 2; */ com.aerospike.vector.client.proto.VectorOrBuilder getQueryVectorOrBuilder(); /** *
   * Maximum number of results to return.
   * 
* * uint32 limit = 3; * @return The limit. */ int getLimit(); /** *
   * Projection to select fields.
   * 
* * .aerospike.vector.ProjectionSpec projection = 4; * @return Whether the projection field is set. */ boolean hasProjection(); /** *
   * Projection to select fields.
   * 
* * .aerospike.vector.ProjectionSpec projection = 4; * @return The projection. */ com.aerospike.vector.client.proto.ProjectionSpec getProjection(); /** *
   * Projection to select fields.
   * 
* * .aerospike.vector.ProjectionSpec projection = 4; */ com.aerospike.vector.client.proto.ProjectionSpecOrBuilder getProjectionOrBuilder(); /** * .aerospike.vector.HnswSearchParams hnswSearchParams = 5; * @return Whether the hnswSearchParams field is set. */ boolean hasHnswSearchParams(); /** * .aerospike.vector.HnswSearchParams hnswSearchParams = 5; * @return The hnswSearchParams. */ com.aerospike.vector.client.proto.HnswSearchParams getHnswSearchParams(); /** * .aerospike.vector.HnswSearchParams hnswSearchParams = 5; */ com.aerospike.vector.client.proto.HnswSearchParamsOrBuilder getHnswSearchParamsOrBuilder(); com.aerospike.vector.client.proto.VectorSearchRequest.SearchParamsCase getSearchParamsCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy