Checkpoint metadata.
Represents a saved model checkpoint with its metadata. Timestamps are parsed
into DateTime.t() when ISO-8601 formatted; otherwise the original string is
preserved.
Summary
Functions
Convert a map (from JSON) to a Checkpoint struct.
Types
@type t() :: %Tinkex.Types.Checkpoint{ checkpoint_id: String.t(), checkpoint_type: String.t(), expires_at: DateTime.t() | String.t() | nil, public: boolean(), size_bytes: integer() | nil, time: DateTime.t() | String.t() | nil, tinker_path: String.t(), training_run_id: String.t() | nil }