![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.FloatArrayOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schema.proto
package io.milvus.grpc;
public interface FloatArrayOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.schema.FloatArray)
com.google.protobuf.MessageOrBuilder {
/**
* repeated float data = 1;
* @return A list containing the data.
*/
java.util.List getDataList();
/**
* repeated float data = 1;
* @return The count of data.
*/
int getDataCount();
/**
* repeated float data = 1;
* @param index The index of the element to return.
* @return The data at the given index.
*/
float getData(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy