Ingot.DTO.Artifact (Ingot v0.1.0)

View Source

File/blob reference with signed URL.

Artifacts are media files (images, audio, video, etc.) associated with samples. URLs are typically signed and time-limited.

Summary

Types

t()

@type t() :: %Ingot.DTO.Artifact{
  artifact_type: atom(),
  content_type: String.t(),
  filename: String.t(),
  id: String.t(),
  sample_id: String.t(),
  size_bytes: integer(),
  url: String.t()
}