Class UpsertParam

java.lang.Object
io.milvus.param.dml.InsertParam
io.milvus.param.dml.UpsertParam

public class UpsertParam extends InsertParam
Parameters for upsert interface.
  • Method Details

    • newBuilder

      public static UpsertParam.Builder newBuilder()
    • toString

      public String toString()
      Warning: don't use lombok@ToString to annotate this class because large number of vectors will waste time in toString() method.
      Overrides:
      toString in class InsertParam