EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds constructor

EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds({
  1. EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds? expectationLevelMetricsThresholds,
  2. EvaluationMetricsThresholdsToolMatchingSettings? toolMatchingSettings,
  3. EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds? turnLevelMetricsThresholds,
})

Implementation

EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds({
  this.expectationLevelMetricsThresholds,
  this.toolMatchingSettings,
  this.turnLevelMetricsThresholds,
});