Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleEvaluator

    Resolved evaluator currently used by the evaluation rule.

    id identifies the evaluator family. Evaluation runs automatically use the latest available evaluator version.

    interface EvaluationRuleEvaluator {
        id: string;
        name: string;
        type: unstable.EvaluatorType;
    }
    Index

    Properties

    Properties

    id: string

    Identifier of the exact evaluator version currently used by the rule.

    name: string

    Evaluator family name.

    Evaluator type.