LabelingIR.Artifact (LabelingIR v0.1.0)
View SourceArtifact attached to a sample or eval run.
Summary
Types
@type artifact_type() :: :image | :json | :text | :other | atom()
@type t() :: %LabelingIR.Artifact{ artifact_type: artifact_type(), expires_at: DateTime.t() | nil, filename: String.t(), id: String.t(), metadata: map(), mime: String.t() | nil, url: String.t() }
Opaque artifact struct