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 CollectionRecord that adds execution information and an interface for updating it.

Parameters:
keyobject

Unique collection key.

namestr

Name of the collection.

hoststr, optional

Name of the host or system on which this run was produced.

timespanTimespan, optional

Begin and end timestamps for the period over which the run was produced.