Arize Phoenix TS
    Preparing search index...

    The choice (e.g. the label and score mapping) of a classification based evaluation

    interface ClassificationChoice {
        label: string;
        score: number;
    }
    Index

    Properties

    Properties

    label: string
    score: number