Class BulkInsertResponseWrapper

java.lang.Object
io.milvus.response.BulkInsertResponseWrapper

public class BulkInsertResponseWrapper extends Object
Util class to wrap response of bulkInsert interface.
  • Constructor Details

    • BulkInsertResponseWrapper

      public BulkInsertResponseWrapper(@NonNull @NonNull ImportResponse response)
  • Method Details

    • getTaskID

      public long getTaskID()
      Gets ID of the bulk insert task.
      Returns:
      Long ID of the bulk insert task
    • toString

      public String toString()
      Construct a String by BulkInsertResponseWrapper instance.
      Overrides:
      toString in class Object
      Returns:
      String