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

io.milvus.grpc.RowRecordOrBuilder 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 RowRecordOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.grpc.RowRecord)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *float vector data
   * 
* * repeated float float_data = 1; * @return A list containing the floatData. */ java.util.List getFloatDataList(); /** *
   *float vector data
   * 
* * repeated float float_data = 1; * @return The count of floatData. */ int getFloatDataCount(); /** *
   *float vector data
   * 
* * repeated float float_data = 1; * @param index The index of the element to return. * @return The floatData at the given index. */ float getFloatData(int index); /** *
   *binary vector data
   * 
* * bytes binary_data = 2; * @return The binaryData. */ com.google.protobuf.ByteString getBinaryData(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy