WeaviateEx.Batch.Concurrent.Result (WeaviateEx v0.7.4)
View SourceResult of a concurrent batch operation.
Summary
Functions
Checks if all objects were inserted successfully.
Checks if there were any failures.
Returns a summary of the batch operation.
Types
@type t() :: %WeaviateEx.Batch.Concurrent.Result{ batch_errors: non_neg_integer(), execution_time_ms: non_neg_integer(), failed: [map()], failed_count: non_neg_integer(), successful: [map()], successful_count: non_neg_integer(), total_batches: non_neg_integer() }