RepositoryCheckpointAccess
Class: warmhub.RepositoryCheckpointAccess
RepositoryCheckpointAccess(checkpoint_id: str, repo_seq: int, expires_at: int, url: str, byte_length: int, sha256: str, content_type: Literal['application/zip', 'application/json', 'application/x-ndjson'], extra: JsonMapping = _empty(), raw: JsonMapping = _empty())A short-lived descriptor for one checkpoint artifact download.
Methods
Section titled “Methods”as_dict
Section titled “as_dict”as_dict()The exact server payload as a plain, mutable, serializable dict.
Wire keys, wire nesting, no client naming applied — the same content as
raw, in the form you can hand to dumps, mutate, or
pass to code that demands a real dict. Built fresh on each call, so
editing the result cannot reach the model.
Properties and attributes
Section titled “Properties and attributes”checkpoint_id
Section titled “checkpoint_id”checkpoint_idDocumentation is not yet available.
repo_seq
Section titled “repo_seq”repo_seqDocumentation is not yet available.
expires_at
Section titled “expires_at”expires_atEpoch milliseconds; the SDK does not convert timestamps to datetime.
urlDocumentation is not yet available.
byte_length
Section titled “byte_length”byte_lengthDocumentation is not yet available.
sha256
Section titled “sha256”sha256Documentation is not yet available.
content_type
Section titled “content_type”content_typeDocumentation is not yet available.
extra = field(default_factory=_empty)Documentation is not yet available.
raw = field(default_factory=_empty)Documentation is not yet available.