vigiles API reference
    Preparing search index...

    Interface EvalReport

    interface EvalReport {
        aborted: boolean;
        arms: Record<string, ArmReport>;
        name: string;
        totalCostUsd: number;
        trials: number;
    }
    Index

    Properties

    aborted: boolean

    True if a maxCostUsd budget cap stopped the run before all trials ran.

    arms: Record<string, ArmReport>
    name: string
    totalCostUsd: number

    Total measured cost across every arm × trial (0 when usage wasn't reported).

    trials: number