Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleEvaluatorReference

    Evaluator family reference used when creating or updating an evaluation rule.

    name and scope are enough to identify the evaluator family in the authenticated project context.

    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.