Langfuse JS/TS SDKs
    Preparing search index...
    interface NumberObject {
        column: string;
        key: string;
        operator: unstable.EvaluationRuleNumberFilterOperator;
        type: "numberObject";
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string

    Object-valued column to filter on.

    key: string

    Key inside the object-valued column to filter on.

    type: "numberObject"
    value: number