WeaviateEx.API.Batch.Result (WeaviateEx v0.7.4)

View Source

Structured summary for batch operations.

Summary

Types

t()

Summary returned when summary: true is passed to batch operations.

Types

t()

@type t() :: %WeaviateEx.API.Batch.Result{
  errors: list(),
  statistics: %{
    processed: non_neg_integer(),
    successful: non_neg_integer(),
    failed: non_neg_integer()
  },
  successful: list()
}

Summary returned when summary: true is passed to batch operations.