EvaluationMetricsThresholds constructor

EvaluationMetricsThresholds({
  1. EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds? goldenEvaluationMetricsThresholds,
  2. String? goldenHallucinationMetricBehavior,
  3. String? hallucinationMetricBehavior,
  4. String? scenarioHallucinationMetricBehavior,
})

Implementation

EvaluationMetricsThresholds({
  this.goldenEvaluationMetricsThresholds,
  this.goldenHallucinationMetricBehavior,
  this.hallucinationMetricBehavior,
  this.scenarioHallucinationMetricBehavior,
});