RunRecord#
- class lsst.daf.butler.registry.interfaces.RunRecord(key: _Key, name: str, *, host: str | None = None, timespan: Timespan | None = None)#
Bases:
CollectionRecord[_Key]A subclass of
CollectionRecordthat adds execution information and an interface for updating it.Parameters#
- key
object Unique collection key.
- name
str Name of the collection.
- host
str, optional Name of the host or system on which this run was produced.
- timespan
Timespan, optional Begin and end timestamps for the period over which the run was produced.
- key