LabelingIR.EvalRun (LabelingIR v0.1.0)

View Source

Evaluation run (human or model) over a dataset slice.

Summary

Types

run_type()

@type run_type() :: :human | :model | atom()

t()

@type t() :: %LabelingIR.EvalRun{
  artifacts: [LabelingIR.ArtifactRef.t() | map()],
  created_at: DateTime.t(),
  dataset_id: String.t(),
  id: String.t(),
  lineage_ref: LabelingIR.Types.lineage_ref() | nil,
  metadata: map(),
  metrics: map(),
  model_ref: String.t() | nil,
  namespace: String.t() | nil,
  run_type: run_type(),
  slice: String.t() | nil,
  tenant_id: String.t()
}