Package com.google.genai.types
Class ExactMatchMetricValue.Builder
-
- All Implemented Interfaces:
public abstract class ExactMatchMetricValue.BuilderBuilder for ExactMatchMetricValue.
-
-
Constructor Summary
Constructors Constructor Description ExactMatchMetricValue.Builder()
-
Method Summary
Modifier and Type Method Description abstract ExactMatchMetricValue.Builderscore(Float score)Setter for score. ExactMatchMetricValue.BuilderclearScore()Clears the value of score field. abstract ExactMatchMetricValuebuild()-
-
Method Detail
-
score
abstract ExactMatchMetricValue.Builder score(Float score)
Setter for score.
score: Output only. Exact match score.
-
clearScore
@CanIgnoreReturnValue() ExactMatchMetricValue.Builder clearScore()
Clears the value of score field.
-
build
abstract ExactMatchMetricValue build()
-
-
-
-