Uses of Class
com.google.genai.types.ReinforcementTuningParseResponseConfig
Packages that use ReinforcementTuningParseResponseConfig
-
Uses of ReinforcementTuningParseResponseConfig in com.google.genai.types
Methods in com.google.genai.types that return ReinforcementTuningParseResponseConfigModifier and TypeMethodDescriptionReinforcementTuningParseResponseConfig.Builder.build()Deserializes a JSON string to a ReinforcementTuningParseResponseConfig object.Methods in com.google.genai.types that return types with arguments of type ReinforcementTuningParseResponseConfigModifier and TypeMethodDescriptionReinforcementTuningAutoraterScorer.autoraterResponseParseConfig()Parses autorater returned response.SingleReinforcementTuningRewardConfig.parseResponseConfig()Defines how to parse sample response.Methods in com.google.genai.types with parameters of type ReinforcementTuningParseResponseConfigModifier and TypeMethodDescriptionReinforcementTuningAutoraterScorer.Builder.autoraterResponseParseConfig(ReinforcementTuningParseResponseConfig autoraterResponseParseConfig) Setter for autoraterResponseParseConfig.SingleReinforcementTuningRewardConfig.Builder.parseResponseConfig(ReinforcementTuningParseResponseConfig parseResponseConfig) Setter for parseResponseConfig.