Uses of Class
com.google.genai.types.ExactMatchMetricValue
Packages that use ExactMatchMetricValue
-
Uses of ExactMatchMetricValue in com.google.genai.types
Methods in com.google.genai.types that return ExactMatchMetricValueModifier and TypeMethodDescriptionabstract ExactMatchMetricValueExactMatchMetricValue.Builder.build()static ExactMatchMetricValueDeserializes a JSON string to a ExactMatchMetricValue object.Methods in com.google.genai.types that return types with arguments of type ExactMatchMetricValueModifier and TypeMethodDescriptionabstract Optional<ExactMatchMetricValue>AggregationResult.exactMatchMetricValue()Results for exact match metric.Methods in com.google.genai.types with parameters of type ExactMatchMetricValueModifier and TypeMethodDescriptionabstract AggregationResult.BuilderAggregationResult.Builder.exactMatchMetricValue(ExactMatchMetricValue exactMatchMetricValue) Setter for exactMatchMetricValue.