:mod:`langchain.evaluation.schema`.EvaluatorType ======================================================= .. currentmodule:: langchain.evaluation.schema .. autoclass:: EvaluatorType .. rubric:: Methods .. autosummary:: ~EvaluatorType.__init__ ~EvaluatorType.capitalize ~EvaluatorType.casefold ~EvaluatorType.center ~EvaluatorType.count ~EvaluatorType.encode ~EvaluatorType.endswith ~EvaluatorType.expandtabs ~EvaluatorType.find ~EvaluatorType.format ~EvaluatorType.format_map ~EvaluatorType.index ~EvaluatorType.isalnum ~EvaluatorType.isalpha ~EvaluatorType.isascii ~EvaluatorType.isdecimal ~EvaluatorType.isdigit ~EvaluatorType.isidentifier ~EvaluatorType.islower ~EvaluatorType.isnumeric ~EvaluatorType.isprintable ~EvaluatorType.isspace ~EvaluatorType.istitle ~EvaluatorType.isupper ~EvaluatorType.join ~EvaluatorType.ljust ~EvaluatorType.lower ~EvaluatorType.lstrip ~EvaluatorType.maketrans ~EvaluatorType.partition ~EvaluatorType.removeprefix ~EvaluatorType.removesuffix ~EvaluatorType.replace ~EvaluatorType.rfind ~EvaluatorType.rindex ~EvaluatorType.rjust ~EvaluatorType.rpartition ~EvaluatorType.rsplit ~EvaluatorType.rstrip ~EvaluatorType.split ~EvaluatorType.splitlines ~EvaluatorType.startswith ~EvaluatorType.strip ~EvaluatorType.swapcase ~EvaluatorType.title ~EvaluatorType.translate ~EvaluatorType.upper ~EvaluatorType.zfill .. rubric:: Attributes .. autosummary:: ~EvaluatorType.QA ~EvaluatorType.COT_QA ~EvaluatorType.CONTEXT_QA ~EvaluatorType.PAIRWISE_STRING ~EvaluatorType.LABELED_PAIRWISE_STRING ~EvaluatorType.AGENT_TRAJECTORY ~EvaluatorType.CRITERIA ~EvaluatorType.LABELED_CRITERIA ~EvaluatorType.STRING_DISTANCE ~EvaluatorType.PAIRWISE_STRING_DISTANCE ~EvaluatorType.EMBEDDING_DISTANCE ~EvaluatorType.PAIRWISE_EMBEDDING_DISTANCE .. example_links:: EvaluatorType