Uses of Class
com.google.genai.types.EvaluationParserConfig
Packages that use EvaluationParserConfig
-
Uses of EvaluationParserConfig in com.google.genai.types
Methods in com.google.genai.types that return EvaluationParserConfigModifier and TypeMethodDescriptionabstract EvaluationParserConfigEvaluationParserConfig.Builder.build()static EvaluationParserConfigDeserializes a JSON string to a EvaluationParserConfig object.Methods in com.google.genai.types that return types with arguments of type EvaluationParserConfigModifier and TypeMethodDescriptionabstract Optional<EvaluationParserConfig>LLMBasedMetricSpec.resultParserConfig()Optional.Methods in com.google.genai.types with parameters of type EvaluationParserConfigModifier and TypeMethodDescriptionabstract LLMBasedMetricSpec.BuilderLLMBasedMetricSpec.Builder.resultParserConfig(EvaluationParserConfig resultParserConfig) Setter for resultParserConfig.