Metric constructor
Metric({
- PointwiseMetricSpec? pointwiseMetricSpec,
- PairwiseMetricSpec? pairwiseMetricSpec,
- ExactMatchSpec? exactMatchSpec,
- BleuSpec? bleuSpec,
- RougeSpec? rougeSpec,
- List<
Metric_AggregationMetric> aggregationMetrics = const [],
Implementation
Metric({
this.pointwiseMetricSpec,
this.pairwiseMetricSpec,
this.exactMatchSpec,
this.bleuSpec,
this.rougeSpec,
this.aggregationMetrics = const [],
}) : super(fullyQualifiedName);