Interface ToolParameterKVMatchMetricValueOrBuilder (3.42.0)

public interface ToolParameterKVMatchMetricValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScore()

public abstract float getScore()

Output only. Tool parameter key value match score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
float

The score.

hasScore()

public abstract boolean hasScore()

Output only. Tool parameter key value match score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the score field is set.