LabelingIR.Artifact (LabelingIR v0.1.0)

View Source

Artifact attached to a sample or eval run.

Summary

Types

t()

Opaque artifact struct

Types

artifact_type()

@type artifact_type() :: :image | :json | :text | :other | atom()

t()

@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