Class GoldenEvaluationMetricsThresholds (0.3.0)

GoldenEvaluationMetricsThresholds(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Settings for golden evaluations.

Attributes

Name Description
turn_level_metrics_thresholds google.cloud.ces_v1.types.EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.TurnLevelMetricsThresholds
Optional. The turn level metrics thresholds.
expectation_level_metrics_thresholds google.cloud.ces_v1.types.EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.ExpectationLevelMetricsThresholds
Optional. The expectation level metrics thresholds.
tool_matching_settings google.cloud.ces_v1.types.EvaluationMetricsThresholds.ToolMatchingSettings
Optional. The tool matching settings. An extra tool call is a tool call that is present in the execution but does not match any tool call in the golden expectation.

Classes

ExpectationLevelMetricsThresholds

ExpectationLevelMetricsThresholds(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

TurnLevelMetricsThresholds

TurnLevelMetricsThresholds(mapping=None, *, ignore_unknown_fields=False, **kwargs)