EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds constructor
EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds({
- EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds? expectationLevelMetricsThresholds,
- EvaluationMetricsThresholdsToolMatchingSettings? toolMatchingSettings,
- EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds? turnLevelMetricsThresholds,
Implementation
EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds({
this.expectationLevelMetricsThresholds,
this.toolMatchingSettings,
this.turnLevelMetricsThresholds,
});