Package com.google.genai.types
Class ExactMatchMetricValue.Builder
java.lang.Object
com.google.genai.types.ExactMatchMetricValue.Builder
- Enclosing class:
- ExactMatchMetricValue
Builder for ExactMatchMetricValue.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ExactMatchMetricValuebuild()Clears the value of score field.abstract ExactMatchMetricValue.BuilderSetter for score.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
score
Setter for score.score: Output only. Exact match score.
-
clearScore
Clears the value of score field. -
build
-