EvaluationError.metricsNotFound(names:)
One or more metric columns were not found in the evaluation results.
Declaration
case metricsNotFound(names: [String])Discussion
The evaluation runner no longer throws this. When MetricsAggregator references a metric that no evaluator produced, the runner materializes it as an ignored column and logs a warning instead of failing the run. This case is deprecated and will be removed before general availability.