Metric_AggregationMetric class final

The aggregation metrics supported by EvaluationService.EvaluateDataset.

Inheritance
  • Object
  • ProtoEnum
  • Metric_AggregationMetric

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const Metric_AggregationMetric
The default value for Metric_AggregationMetric.
aggregationMetricUnspecified → const Metric_AggregationMetric
Unspecified aggregation metric.
average → const Metric_AggregationMetric
Average aggregation metric. Not supported for Pairwise metric.
maximum → const Metric_AggregationMetric
Maximum aggregation metric. Not supported for pairwise metric.
median → const Metric_AggregationMetric
Median aggregation metric. Not supported for pairwise metric.
minimum → const Metric_AggregationMetric
Minimum aggregation metric. Not supported for pairwise metric.
mode → const Metric_AggregationMetric
Mode aggregation metric.
percentileP90 → const Metric_AggregationMetric
90th percentile aggregation metric. Not supported for pairwise metric.
percentileP95 → const Metric_AggregationMetric
95th percentile aggregation metric. Not supported for pairwise metric.
percentileP99 → const Metric_AggregationMetric
99th percentile aggregation metric. Not supported for pairwise metric.
standardDeviation → const Metric_AggregationMetric
Standard deviation aggregation metric. Not supported for pairwise metric.
variance → const Metric_AggregationMetric
Variance aggregation metric. Not supported for pairwise metric.