Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluationRuleReadFilterBase

    Stored filter returned verbatim by evaluation-rule read endpoints.

    interface EvaluationRuleReadFilterBase {
        column: string;
        operator: string;
        type: string;
        value?: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    column: string
    operator: string
    type: string

    Stored filter type. This is not broken down into separate public response types.

    value?: unknown

    Stored filter value. Its shape depends on the filter type.