Uses of Class
com.google.genai.types.RougeMetricValue
Packages that use RougeMetricValue
-
Uses of RougeMetricValue in com.google.genai.types
Methods in com.google.genai.types that return RougeMetricValueModifier and TypeMethodDescriptionabstract RougeMetricValueRougeMetricValue.Builder.build()static RougeMetricValueDeserializes a JSON string to a RougeMetricValue object.Methods in com.google.genai.types that return types with arguments of type RougeMetricValueModifier and TypeMethodDescriptionabstract Optional<RougeMetricValue>AggregationResult.rougeMetricValue()Results for rouge metric.Methods in com.google.genai.types with parameters of type RougeMetricValueModifier and TypeMethodDescriptionabstract AggregationResult.BuilderAggregationResult.Builder.rougeMetricValue(RougeMetricValue rougeMetricValue) Setter for rougeMetricValue.