Uses of Class
io.milvus.param.bulkinsert.ListBulkInsertTasksParam.Builder
-
Packages that use ListBulkInsertTasksParam.Builder Package Description io.milvus.param.bulkinsert -
-
Uses of ListBulkInsertTasksParam.Builder in io.milvus.param.bulkinsert
Methods in io.milvus.param.bulkinsert that return ListBulkInsertTasksParam.Builder Modifier and Type Method Description static ListBulkInsertTasksParam.BuilderListBulkInsertTasksParam. newBuilder()ListBulkInsertTasksParam.BuilderListBulkInsertTasksParam.Builder. withCollectionName(@NonNull String collectionName)Sets the target collection name, list all tasks if the name is empty.ListBulkInsertTasksParam.BuilderListBulkInsertTasksParam.Builder. withLimit(@NonNull Integer limit)Specify limit count of returned tasks, list all tasks if the value is 0.
-