ReinforcementTuningRewardInfo

@Serializable
data class ReinforcementTuningRewardInfo(val reward: Double? = null, val userRequestedAuxInfo: String? = null)

The reward info for a reward function.

Constructors

Link copied to clipboard
constructor(reward: Double? = null, userRequestedAuxInfo: String? = null)

Properties

Link copied to clipboard
val reward: Double? = null

Output only. The calculated reward for the reward function.

Link copied to clipboard

Output only. The user-requested auxiliary info for the reward function. This field is set only if the Cloud Run reward function configured by user returns a "user_requested_aux_info". Refer to ReinforcementTuningCloudRunRewardScorer for more details.