class documentation

Information about a run on a dataset.

Parameters
keythe run key
versionthe version of FiftyOne when the run was executed
timestampthe UTC datetime of the run
configthe BaseRunConfig for the run
Class Method config_cls The BaseRunConfig class associated with this class.
Method __init__ Undocumented
Instance Variable config Undocumented
Instance Variable key Undocumented
Instance Variable timestamp Undocumented
Instance Variable version Undocumented
Class Method _from_doc Undocumented

Inherited from Config:

Method __repr__ Undocumented