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

io.milvus.grpc.PartitionParamOrBuilder 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 restore the calcDistance interface that is removed in 2.1.0-beta4

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 PartitionParamOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.grpc.PartitionParam)
    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();

  /**
   * string tag = 2;
   * @return The tag.
   */
  java.lang.String getTag();
  /**
   * string tag = 2;
   * @return The bytes for tag.
   */
  com.google.protobuf.ByteString
      getTagBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy