![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.VectorsArrayOrBuilder 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 VectorsArrayOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.VectorsArray)
com.google.protobuf.MessageOrBuilder {
/**
*
* vector ids
*
*
* .milvus.proto.milvus.VectorIDs id_array = 1;
* @return Whether the idArray field is set.
*/
boolean hasIdArray();
/**
*
* vector ids
*
*
* .milvus.proto.milvus.VectorIDs id_array = 1;
* @return The idArray.
*/
io.milvus.grpc.VectorIDs getIdArray();
/**
*
* vector ids
*
*
* .milvus.proto.milvus.VectorIDs id_array = 1;
*/
io.milvus.grpc.VectorIDsOrBuilder getIdArrayOrBuilder();
/**
*
* vectors data
*
*
* .milvus.proto.schema.VectorField data_array = 2;
* @return Whether the dataArray field is set.
*/
boolean hasDataArray();
/**
*
* vectors data
*
*
* .milvus.proto.schema.VectorField data_array = 2;
* @return The dataArray.
*/
io.milvus.grpc.VectorField getDataArray();
/**
*
* vectors data
*
*
* .milvus.proto.schema.VectorField data_array = 2;
*/
io.milvus.grpc.VectorFieldOrBuilder getDataArrayOrBuilder();
public io.milvus.grpc.VectorsArray.ArrayCase getArrayCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy