class documentation
class RunInfo(BaseRunInfo): (source)
Constructor: RunInfo(key, version, timestamp, config)
Information about a run on a dataset.
Parameters | |
key | the run key |
timestamp | the UTC datetime when the run was initiated |
config | the RunConfig for the run |
Class Method | config |
The BaseRunConfig class associated with this class. |
Inherited from BaseRunInfo
:
Method | __init__ |
Undocumented |
Instance Variable | key |
Undocumented |
Instance Variable | version |
Undocumented |
Class Method | _from |
Undocumented |
Inherited from Config
(via BaseRunInfo
):
Method | __repr__ |
Undocumented |