Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleEvaluatorReference

    Evaluator family reference used when updating an evaluation rule.

    name identifies 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;
    }
    Index

    Properties

    Properties

    name: string

    Evaluator family name.