class documentation

Information about an evaluation that has been run on a dataset.

Parameters
keythe evaluation key
timestampthe UTC datetime when the evaluation was run
configthe EvaluationMethodConfig for the evaluation
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.