RepositoryCheckpointComplete
Class: warmhub.RepositoryCheckpointComplete
RepositoryCheckpointComplete(checkpoint_id: str, repo_seq: int, contract_version: Literal[2], attempts_started: int, run_age_ms: int, created_at: int, updated_at: int, run_started_at: int, state: Literal['complete'], next_action: Literal['download'], completed_at: int, record_count: int, manifest: RepositoryCheckpointManifest, archive: RepositoryCheckpointArchive, extra: JsonMapping = _empty(), raw: JsonMapping = _empty())Completed checkpoint with manifest and archive descriptors.
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.
contract_version
Section titled “contract_version”contract_versionDocumentation is not yet available.
attempts_started
Section titled “attempts_started”attempts_startedDocumentation is not yet available.
run_age_ms
Section titled “run_age_ms”run_age_msDocumentation is not yet available.
created_at
Section titled “created_at”created_atEpoch milliseconds; the SDK does not convert timestamps to datetime.
updated_at
Section titled “updated_at”updated_atDocumentation is not yet available.
run_started_at
Section titled “run_started_at”run_started_atDocumentation is not yet available.
stateDocumentation is not yet available.
next_action
Section titled “next_action”next_actionDocumentation is not yet available.
completed_at
Section titled “completed_at”completed_atDocumentation is not yet available.
record_count
Section titled “record_count”record_countDocumentation is not yet available.
manifest
Section titled “manifest”manifestDocumentation is not yet available.
archive
Section titled “archive”archiveDocumentation is not yet available.
extra = field(default_factory=_empty)Documentation is not yet available.
raw = field(default_factory=_empty)Documentation is not yet available.