evaluation_name() — langchain Function Reference
Architecture documentation for the evaluation_name() function in eval_chain.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD d076d4d9_5cd8_0d9d_9878_f69c63bf3f39["evaluation_name()"] e476a8f9_5ced_15c1_3631_8a65948b94ed["CriteriaEvalChain"] d076d4d9_5cd8_0d9d_9878_f69c63bf3f39 -->|defined in| e476a8f9_5ced_15c1_3631_8a65948b94ed style d076d4d9_5cd8_0d9d_9878_f69c63bf3f39 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py lines 253–261
def evaluation_name(self) -> str:
"""Get the name of the evaluation.
Returns:
-------
str
The name of the evaluation.
"""
return self.criterion_name
Domain
Subdomains
Source
Frequently Asked Questions
What does evaluation_name() do?
evaluation_name() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py.
Where is evaluation_name() defined?
evaluation_name() is defined in libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py at line 253.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free