Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias RunEvaluatorParams<Input, ExpectedOutput, Metadata>

    type RunEvaluatorParams<
        Input = any,
        ExpectedOutput = any,
        Metadata extends Record<string, any> = Record<string, any>,
    > = {
        itemResults: ExperimentItemResult<Input, ExpectedOutput, Metadata>[];
    }

    Type Parameters

    • Input = any
    • ExpectedOutput = any
    • Metadata extends Record<string, any> = Record<string, any>
    Index

    Properties

    Properties

    Results from all processed experiment items.

    Each item contains the input, output, evaluations, and metadata from processing a single data item. Use this for aggregate analysis, statistical calculations, and cross-item comparisons.