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