Arize Phoenix TS
    Preparing search index...

    Type Alias EvaluatorParams<TaskOutputType>

    type EvaluatorParams<TaskOutputType = TaskOutput> = {
        expected?: Example["output"];
        input: Example["input"];
        metadata?: Example["metadata"];
        output: TaskOutputType;
    }

    Type Parameters

    Index

    Properties

    expected?: Example["output"]

    The expected or reference output of the Dataset Example

    The input field of the Dataset Example

    metadata?: Example["metadata"]

    Metadata associated with the Dataset Example

    The output of the task