class documentation
class EvaluationInfo(BaseRunInfo): (source)
Constructor: EvaluationInfo(key, version, timestamp, config)
Information about an evaluation that has been run on a dataset.
Parameters | |
key | the evaluation key |
timestamp | the UTC datetime when the evaluation was run |
config | the EvaluationMethodConfig for the evaluation |
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 |