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

io.milvus.grpc.HitsOrBuilder Maven / Gradle / Ivy

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1

There is a newer version: 2.2.2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface HitsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.Hits)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated int64 IDs = 1;
   * @return A list containing the iDs.
   */
  java.util.List getIDsList();
  /**
   * repeated int64 IDs = 1;
   * @return The count of iDs.
   */
  int getIDsCount();
  /**
   * repeated int64 IDs = 1;
   * @param index The index of the element to return.
   * @return The iDs at the given index.
   */
  long getIDs(int index);

  /**
   * repeated bytes row_data = 2;
   * @return A list containing the rowData.
   */
  java.util.List getRowDataList();
  /**
   * repeated bytes row_data = 2;
   * @return The count of rowData.
   */
  int getRowDataCount();
  /**
   * repeated bytes row_data = 2;
   * @param index The index of the element to return.
   * @return The rowData at the given index.
   */
  com.google.protobuf.ByteString getRowData(int index);

  /**
   * repeated float scores = 3;
   * @return A list containing the scores.
   */
  java.util.List getScoresList();
  /**
   * repeated float scores = 3;
   * @return The count of scores.
   */
  int getScoresCount();
  /**
   * repeated float scores = 3;
   * @param index The index of the element to return.
   * @return The scores at the given index.
   */
  float getScores(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy