validate Reward
Validates a reinforcement tuning reward configuration.
Allows users to validate a reinforcement tuning reward configuration against a sample response and example before creating a reinforcement tuning job, so that they can iterate on the reward configuration without having to create a tuning job each time.
Return
A ValidateRewardResponse with the computed reward(s).
Parameters
The resource name of the Location to validate the reward in, e.g. projects/{project}/locations/{location}.
The sample response for validating the reward configuration.
The example to validate the reward configuration.
Single reward function configuration for reinforcement tuning. Mutually exclusive with compositeRewardConfig.
Composite reward function configuration for reinforcement tuning. Mutually exclusive with singleRewardConfig.
A ValidateRewardConfig for configuring the request.