Langfuse JS/TS SDKs
    Preparing search index...

    Interface StringObjectEvaluationRuleFilter

    interface StringObjectEvaluationRuleFilter {
        column: string;
        key: string;
        operator: unstable.EvaluationRuleStringFilterOperator;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Object-valued column to filter on. In the unstable public API this is currently metadata.

    key: string

    Top-level key inside the object-valued column to filter on.

    value: string