Langfuse JS/TS SDKs
    Preparing search index...

    Type Alias RegressionErrorMessageOptions<Input, ExpectedOutput, Metadata>

    type RegressionErrorMessageOptions<
        Input = any,
        ExpectedOutput = any,
        Metadata extends Record<string, any> = Record<string, any>,
    > = {
        message?: string;
        metric?: never;
        result: ExperimentResult<Input, ExpectedOutput, Metadata>;
        threshold?: never;
        value?: never;
    }

    Type Parameters

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

    Properties

    message?: string
    metric?: never
    threshold?: never
    value?: never