hpcflow.sdk.persistence.json.JsonStoreEAR#
- class hpcflow.sdk.persistence.json.JsonStoreEAR(id_, is_pending, elem_iter_ID, action_idx, commands_idx, data_idx, submission_idx=None, skip=False, success=None, start_time=None, end_time=None, snapshot_start=None, snapshot_end=None, exit_code=None, metadata=None, run_hostname=None)#
Bases:
StoreEAR
[RunMeta
,None
]Persisted element action run that is serialized using JSON.
Methods
Initialise a JsonStoreEAR from persistent store EAR data
Prepare store EAR data for the persistent store.
Prepare data for the user-facing ElementActionRun object.
Return a shallow copy, with specified data updated.
Attributes
When this EAR finished, if known.
The exit code of the underlying executable, if known.
Metadata concerning e.g.
Where this EAR was submitted to run, if known.
Whether to skip this EAR.
Snapshot of files at EAR end, if recorded.
Snapshot of files at EAR start, if recorded.
When this EAR started, if known.
Which submission contained this EAR, if known.
Whether this EAR was successful, if known.
The ID of this element action run.
Whether the element action run has changes not yet persisted.
What element iteration owns this EAR.
The task schema action associated with this EAR.
The indices of the commands in the EAR.
Maps parameter names within this EAR to parameter data indices.
- Parameters:
id_ (int) –
is_pending (bool) –
elem_iter_ID (int) –
action_idx (int) –
data_idx (DataIndex) –
submission_idx (int | None) –
skip (bool) –
success (bool | None) –
start_time (datetime | None) –
end_time (datetime | None) –
exit_code (int | None) –
metadata (Metadata | None) –
run_hostname (str | None) –
- data_idx: DataIndex#
Maps parameter names within this EAR to parameter data indices.
- classmethod decode(EAR_dat, ts_fmt, context)#
Initialise a JsonStoreEAR from persistent store EAR data
- encode(ts_fmt, context)#
Prepare store EAR data for the persistent store.
- update(submission_idx=None, skip=None, success=None, start_time=None, end_time=None, snapshot_start=None, snapshot_end=None, exit_code=None, run_hostname=None)#
Return a shallow copy, with specified data updated.