Ingot.DTO.QueueStats (Ingot v0.1.0)

View Source

Queue-level statistics and progress metrics.

Used for dashboards and progress tracking, showing overall labeling progress, agreement metrics, and active participant counts.

Summary

Types

t()

@type t() :: %Ingot.DTO.QueueStats{
  active_labelers: integer(),
  agreement_scores: map(),
  labeled: integer(),
  remaining: integer(),
  total_samples: integer()
}