Interface EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.ExpectationLevelMetricsThresholdsOrBuilder (0.1.0)

public static interface EvaluationMetricsThresholds.GoldenEvaluationMetricsThresholds.ExpectationLevelMetricsThresholdsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolInvocationParameterCorrectnessThreshold()

public abstract float getToolInvocationParameterCorrectnessThreshold()

Optional. The success threshold for individual tool invocation parameter correctness. Must be a float between 0 and 1. Default is 1.0.

optional float tool_invocation_parameter_correctness_threshold = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
float

The toolInvocationParameterCorrectnessThreshold.

hasToolInvocationParameterCorrectnessThreshold()

public abstract boolean hasToolInvocationParameterCorrectnessThreshold()

Optional. The success threshold for individual tool invocation parameter correctness. Must be a float between 0 and 1. Default is 1.0.

optional float tool_invocation_parameter_correctness_threshold = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the toolInvocationParameterCorrectnessThreshold field is set.