![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.InsertParamOrBuilder 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 InsertParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.grpc.InsertParam)
com.google.protobuf.MessageOrBuilder {
/**
* string collection_name = 1;
* @return The collectionName.
*/
java.lang.String getCollectionName();
/**
* string collection_name = 1;
* @return The bytes for collectionName.
*/
com.google.protobuf.ByteString
getCollectionNameBytes();
/**
* repeated .milvus.grpc.RowRecord row_record_array = 2;
*/
java.util.List
getRowRecordArrayList();
/**
* repeated .milvus.grpc.RowRecord row_record_array = 2;
*/
io.milvus.grpc.RowRecord getRowRecordArray(int index);
/**
* repeated .milvus.grpc.RowRecord row_record_array = 2;
*/
int getRowRecordArrayCount();
/**
* repeated .milvus.grpc.RowRecord row_record_array = 2;
*/
java.util.List extends io.milvus.grpc.RowRecordOrBuilder>
getRowRecordArrayOrBuilderList();
/**
* repeated .milvus.grpc.RowRecord row_record_array = 2;
*/
io.milvus.grpc.RowRecordOrBuilder getRowRecordArrayOrBuilder(
int index);
/**
*
*optional
*
*
* repeated int64 row_id_array = 3;
* @return A list containing the rowIdArray.
*/
java.util.List getRowIdArrayList();
/**
*
*optional
*
*
* repeated int64 row_id_array = 3;
* @return The count of rowIdArray.
*/
int getRowIdArrayCount();
/**
*
*optional
*
*
* repeated int64 row_id_array = 3;
* @param index The index of the element to return.
* @return The rowIdArray at the given index.
*/
long getRowIdArray(int index);
/**
* string partition_tag = 4;
* @return The partitionTag.
*/
java.lang.String getPartitionTag();
/**
* string partition_tag = 4;
* @return The bytes for partitionTag.
*/
com.google.protobuf.ByteString
getPartitionTagBytes();
/**
* repeated .milvus.grpc.KeyValuePair extra_params = 5;
*/
java.util.List
getExtraParamsList();
/**
* repeated .milvus.grpc.KeyValuePair extra_params = 5;
*/
io.milvus.grpc.KeyValuePair getExtraParams(int index);
/**
* repeated .milvus.grpc.KeyValuePair extra_params = 5;
*/
int getExtraParamsCount();
/**
* repeated .milvus.grpc.KeyValuePair extra_params = 5;
*/
java.util.List extends io.milvus.grpc.KeyValuePairOrBuilder>
getExtraParamsOrBuilderList();
/**
* repeated .milvus.grpc.KeyValuePair extra_params = 5;
*/
io.milvus.grpc.KeyValuePairOrBuilder getExtraParamsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy