dataeval.types.DictOutput

class dataeval.types.DictOutput

An Output that exposes its public instance attributes as a dictionary.

data()

Return the output data as a dictionary.

Return type:

dict[str, Any]

meta()

Metadata about the execution of the function or method for the Output class.

Return type:

ExecutionMetadata