Ingot.DTO.Label (Ingot v0.1.0)

View Source

A completed label submission.

Labels represent human judgments about samples, including ratings, classifications, or free-text annotations.

Summary

Types

t()

@type t() :: %Ingot.DTO.Label{
  assignment_id: String.t(),
  created_at: DateTime.t(),
  id: String.t(),
  labeler_id: String.t(),
  sample_id: String.t(),
  values: map()
}