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