Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleEvaluator

    Resolved evaluator currently used by the evaluation rule.

    id is the exact active evaluator version. name, scope, and type identify the evaluator family conceptually.

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

    Properties

    Properties

    id: string

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

    name: string

    Evaluator family name.

    Whether the evaluator family is project-owned or Langfuse-managed.

    Evaluator engine type.