EvaluationMetricsThresholds constructor
EvaluationMetricsThresholds({
- EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds? goldenEvaluationMetricsThresholds,
- String? goldenHallucinationMetricBehavior,
- String? hallucinationMetricBehavior,
- String? scenarioHallucinationMetricBehavior,
Implementation
EvaluationMetricsThresholds({
this.goldenEvaluationMetricsThresholds,
this.goldenHallucinationMetricBehavior,
this.hallucinationMetricBehavior,
this.scenarioHallucinationMetricBehavior,
});