dataeval.outputs.ExecutionMetadata

class dataeval.outputs.ExecutionMetadata

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

name

Name of the function or method

Type:

str

execution_time

Time of execution

Type:

datetime

execution_duration

Duration of execution in seconds

Type:

float

arguments

Arguments passed to the function or method

Type:

dict[str, Any]

state

State attributes of the executing class

Type:

dict[str, Any]

version

Version of DataEval

Type:

str