Interface AggregationOutput

The aggregation result for the entire dataset and all metrics. This data type is not supported in Gemini API.

interface AggregationOutput {
    aggregationResults?: AggregationResult[];
    dataset?: EvaluationDataset;
}

Properties

aggregationResults?: AggregationResult[]

One AggregationResult per metric.

The dataset used for evaluation & aggregation.