langchain.smith.evaluation.config.EvalConfig¶
- class langchain.smith.evaluation.config.EvalConfig(*, evaluator_type: EvaluatorType)[source]¶
Bases:
BaseModelConfiguration for a given run evaluator.
- Parameters
evaluator_type (EvaluatorType) – The type of evaluator to use.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param evaluator_type: langchain.evaluation.schema.EvaluatorType [Required]¶