Uses of Class
io.milvus.param.bulkinsert.BulkInsertParam.Builder
Packages that use BulkInsertParam.Builder
-
Uses of BulkInsertParam.Builder in io.milvus.param.bulkinsert
Methods in io.milvus.param.bulkinsert that return BulkInsertParam.BuilderModifier and TypeMethodDescriptionAdds a file path.static BulkInsertParam.BuilderBulkInsertParam.newBuilder()BulkInsertParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.BulkInsertParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets the path of the files.BulkInsertParam.Builder.withOption(String key, String value) Sets the options of the requestBulkInsertParam.Builder.withPartitionName(String partitionName) Sets the partition name.