Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleEvaluatorReference

    Evaluator family reference used when updating an evaluation rule.

    name and scope identify the evaluator family in the authenticated project context. A rule's evaluator type cannot be changed, so this reference does not accept a type; the family must match the rule's current evaluator type.

    interface EvaluationRuleEvaluatorReference {
        name: string;
        scope: unstable.EvaluatorScope;
    }
    Index

    Properties

    Properties

    name: string

    Evaluator family name.

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