![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.param.dml.ListBulkloadTasksParam 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
//package io.milvus.param.dml;
//
//import io.milvus.exception.ParamException;
//import lombok.Getter;
//import lombok.NonNull;
//
///**
// * Parameters for getBulkloadState
interface.
// */
//@Getter
//public class ListBulkloadTasksParam {
//
// private ListBulkloadTasksParam(@NonNull Builder builder) {
// }
//
// public static Builder newBuilder() {
// return new Builder();
// }
//
// /**
// * Builder for {@link ListBulkloadTasksParam} class.
// */
// public static class Builder {
// private Builder() {
// }
//
// public ListBulkloadTasksParam build() throws ParamException {
// return new ListBulkloadTasksParam(this);
// }
// }
//
// /**
// * Constructs a String
by {@link ListBulkloadTasksParam} instance.
// *
// * @return String
// */
// @Override
// public String toString() {
// return "ListBulkloadTasksParam";
// }
//}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy