AggregationResult constructor
AggregationResult({
- PointwiseMetricResult? pointwiseMetricResult,
- PairwiseMetricResult? pairwiseMetricResult,
- ExactMatchMetricValue? exactMatchMetricValue,
- BleuMetricValue? bleuMetricValue,
- RougeMetricValue? rougeMetricValue,
- Metric_AggregationMetric aggregationMetric = Metric_AggregationMetric.$default,
Implementation
AggregationResult({
this.pointwiseMetricResult,
this.pairwiseMetricResult,
this.exactMatchMetricValue,
this.bleuMetricValue,
this.rougeMetricValue,
this.aggregationMetric = Metric_AggregationMetric.$default,
}) : super(fullyQualifiedName);