Uses of Class
io.milvus.param.dml.InsertParam.Builder
-
Packages that use InsertParam.Builder Package Description io.milvus.param.dml -
-
Uses of InsertParam.Builder in io.milvus.param.dml
Subclasses of InsertParam.Builder in io.milvus.param.dml Modifier and Type Class Description static classUpsertParam.BuilderBuilder forUpsertParamclass.Methods in io.milvus.param.dml that return InsertParam.Builder Modifier and Type Method Description static InsertParam.BuilderInsertParam. newBuilder()InsertParam.BuilderInsertParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.InsertParam.BuilderInsertParam.Builder. withDatabaseName(String databaseName)Sets the database name.InsertParam.BuilderInsertParam.Builder. withFields(@NonNull List<InsertParam.Field> fields)Sets the column data to insert.InsertParam.BuilderInsertParam.Builder. withPartitionName(@NonNull String partitionName)Set partition name (Optional).InsertParam.BuilderInsertParam.Builder. withRows(@NonNull List<com.alibaba.fastjson.JSONObject> rows)Sets the row data to insert.Constructors in io.milvus.param.dml with parameters of type InsertParam.Builder Constructor Description InsertParam(@NonNull InsertParam.Builder builder)
-