class documentation

Information about a run on a dataset.

Parameters
keythe run key
timestampthe UTC datetime when the run was initiated
configthe RunConfig for the run
Class Method config_cls The BaseRunConfig class associated with this class.

Inherited from BaseRunInfo:

Method __init__ Undocumented
Instance Variable key Undocumented
Instance Variable version Undocumented
Class Method _from_doc Undocumented

Inherited from Config (via BaseRunInfo):

Method __repr__ Undocumented
@classmethod
def config_cls(cls): (source) ΒΆ

The BaseRunConfig class associated with this class.