EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds.fromJson constructor

EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds.fromJson(
  1. Map json_
)

Implementation

EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds.fromJson(
  core.Map json_,
) : this(
      toolInvocationParameterCorrectnessThreshold:
          (json_['toolInvocationParameterCorrectnessThreshold'] as core.num?)
              ?.toDouble(),
    );