LabelingIR.EvalRun (LabelingIR v0.1.0)
View SourceEvaluation run (human or model) over a dataset slice.
Summary
Types
@type run_type() :: :human | :model | atom()
@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() }