Uses of Class
io.milvus.param.highlevel.dml.InsertRowsParam.Builder
-
Packages that use InsertRowsParam.Builder Package Description io.milvus.param.highlevel.dml -
-
Uses of InsertRowsParam.Builder in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return InsertRowsParam.Builder Modifier and Type Method Description static InsertRowsParam.BuilderInsertRowsParam. newBuilder()InsertRowsParam.BuilderInsertRowsParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.InsertRowsParam.BuilderInsertRowsParam.Builder. withRows(@NonNull List<com.alibaba.fastjson.JSONObject> rows)Sets the row data to insert.
-