Package io.milvus.param.dml
Class UpsertParam
java.lang.Object
io.milvus.param.dml.InsertParam
io.milvus.param.dml.UpsertParam
Parameters for
upsert interface.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.milvus.param.dml.InsertParam
InsertParam.Field -
Field Summary
Fields inherited from class io.milvus.param.dml.InsertParam
collectionName, databaseName, fields, partitionName, rowCount, rows -
Method Summary
Modifier and TypeMethodDescriptionstatic UpsertParam.BuildertoString()Warning: don't use lombok@ToString to annotate this class because large number of vectors will waste time in toString() method.
-
Method Details
-
newBuilder
-
toString
Warning: don't use lombok@ToString to annotate this class because large number of vectors will waste time in toString() method.- Overrides:
toStringin classInsertParam
-