class documentation
class BaseRunInfo(Config): (source)
Known subclasses: fiftyone.core.annotation.AnnotationInfo
, fiftyone.core.brain.BrainInfo
, fiftyone.core.evaluation.EvaluationInfo
, fiftyone.core.runs.RunInfo
Constructor: BaseRunInfo(key, version, timestamp, config)
Information about a run on a dataset.
Parameters | |
key | the run key |
version | the version of FiftyOne when the run was executed |
timestamp | the UTC datetime of the run |
config | the BaseRunConfig for the run |
Class Method | config |
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 |
Undocumented |
Inherited from Config
:
Method | __repr__ |
Undocumented |
overridden in
fiftyone.core.annotation.AnnotationInfo
, fiftyone.core.brain.BrainInfo
, fiftyone.core.evaluation.EvaluationInfo
, fiftyone.core.runs.RunInfo
The BaseRunConfig
class associated with this class.