aiq.eval.config#
Classes#
Parameters used for a single evaluation run. |
|
Output of a single evaluation run. |
Module Contents#
- class EvaluationRunConfig(/, **data: Any)#
Bases:
pydantic.BaseModel
Parameters used for a single evaluation run.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.- config_file: pathlib.Path#
- class EvaluationRunOutput(/, **data: Any)#
Bases:
pydantic.BaseModel
Output of a single evaluation run.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.- workflow_output_file: pathlib.Path | None#
- evaluator_output_files: list[pathlib.Path]#