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

io.pinecone.proto.SingleQueryResultsOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vector_service.proto

// Protobuf Java Version: 3.25.3
package io.pinecone.proto;

public interface SingleQueryResultsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:SingleQueryResults)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The matches for the vectors.
   * 
* * repeated .ScoredVector matches = 1; */ java.util.List getMatchesList(); /** *
   * The matches for the vectors.
   * 
* * repeated .ScoredVector matches = 1; */ io.pinecone.proto.ScoredVector getMatches(int index); /** *
   * The matches for the vectors.
   * 
* * repeated .ScoredVector matches = 1; */ int getMatchesCount(); /** *
   * The matches for the vectors.
   * 
* * repeated .ScoredVector matches = 1; */ java.util.List getMatchesOrBuilderList(); /** *
   * The matches for the vectors.
   * 
* * repeated .ScoredVector matches = 1; */ io.pinecone.proto.ScoredVectorOrBuilder getMatchesOrBuilder( int index); /** *
   * The namespace for the vectors.
   * 
* * string namespace = 2; * @return The namespace. */ java.lang.String getNamespace(); /** *
   * The namespace for the vectors.
   * 
* * string namespace = 2; * @return The bytes for namespace. */ com.google.protobuf.ByteString getNamespaceBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy