The aggregation metrics supported by EvaluationService.EvaluateDataset.
| Enums | |
|---|---|
AGGREGATION_METRIC_UNSPECIFIED
|
Unspecified aggregation metric. |
AVERAGE
|
Average aggregation metric. Not supported for Pairwise metric. |
MODE
|
Mode aggregation metric. |
STANDARD_DEVIATION
|
Standard deviation aggregation metric. Not supported for pairwise metric. |
VARIANCE
|
Variance aggregation metric. Not supported for pairwise metric. |
MINIMUM
|
Minimum aggregation metric. Not supported for pairwise metric. |
MAXIMUM
|
Maximum aggregation metric. Not supported for pairwise metric. |
MEDIAN
|
Median aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P90
|
90th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P95
|
95th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P99
|
99th percentile aggregation metric. Not supported for pairwise metric. |

