Interface EvaluationMetricsThresholds.ToolMatchingSettingsOrBuilder (0.1.0)

public static interface EvaluationMetricsThresholds.ToolMatchingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExtraToolCallBehavior()

public abstract EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior getExtraToolCallBehavior()

Optional. Behavior for extra tool calls. Defaults to FAIL.

.google.cloud.ces.v1.EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior extra_tool_call_behavior = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior

The extraToolCallBehavior.

getExtraToolCallBehaviorValue()

public abstract int getExtraToolCallBehaviorValue()

Optional. Behavior for extra tool calls. Defaults to FAIL.

.google.cloud.ces.v1.EvaluationMetricsThresholds.ToolMatchingSettings.ExtraToolCallBehavior extra_tool_call_behavior = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for extraToolCallBehavior.