Uses of Class
com.google.genai.types.ReinforcementTuningStringMatchRewardScorerStringMatchExpression
Packages that use ReinforcementTuningStringMatchRewardScorerStringMatchExpression
-
Uses of ReinforcementTuningStringMatchRewardScorerStringMatchExpression in com.google.genai.types
Methods in com.google.genai.types that return ReinforcementTuningStringMatchRewardScorerStringMatchExpressionModifier and TypeMethodDescriptionReinforcementTuningStringMatchRewardScorerStringMatchExpression.Builder.build()Deserializes a JSON string to a ReinforcementTuningStringMatchRewardScorerStringMatchExpression object.Methods in com.google.genai.types that return types with arguments of type ReinforcementTuningStringMatchRewardScorerStringMatchExpressionModifier and TypeMethodDescriptionReinforcementTuningStringMatchRewardScorer.stringMatchExpression()Uses string match expression to evaluate parsed response.ReinforcementTuningStringMatchRewardScorerJsonMatchExpression.valueStringMatchExpression()String match expression to match against the value of json key.Methods in com.google.genai.types with parameters of type ReinforcementTuningStringMatchRewardScorerStringMatchExpressionModifier and TypeMethodDescriptionReinforcementTuningStringMatchRewardScorer.Builder.stringMatchExpression(ReinforcementTuningStringMatchRewardScorerStringMatchExpression stringMatchExpression) Setter for stringMatchExpression.ReinforcementTuningStringMatchRewardScorerJsonMatchExpression.Builder.valueStringMatchExpression(ReinforcementTuningStringMatchRewardScorerStringMatchExpression valueStringMatchExpression) Setter for valueStringMatchExpression.