![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.VectorsDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
restore the calcDistance interface that is removed in 2.1.0-beta4
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface VectorsDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.grpc.VectorsData)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.grpc.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .milvus.grpc.Status status = 1;
* @return The status.
*/
io.milvus.grpc.Status getStatus();
/**
* .milvus.grpc.Status status = 1;
*/
io.milvus.grpc.StatusOrBuilder getStatusOrBuilder();
/**
* repeated .milvus.grpc.RowRecord vectors_data = 2;
*/
java.util.List
getVectorsDataList();
/**
* repeated .milvus.grpc.RowRecord vectors_data = 2;
*/
io.milvus.grpc.RowRecord getVectorsData(int index);
/**
* repeated .milvus.grpc.RowRecord vectors_data = 2;
*/
int getVectorsDataCount();
/**
* repeated .milvus.grpc.RowRecord vectors_data = 2;
*/
java.util.List extends io.milvus.grpc.RowRecordOrBuilder>
getVectorsDataOrBuilderList();
/**
* repeated .milvus.grpc.RowRecord vectors_data = 2;
*/
io.milvus.grpc.RowRecordOrBuilder getVectorsDataOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy