ReinforcementTuningUserDatasetExamples

@Serializable
data class ReinforcementTuningUserDatasetExamples(val userDatasetExamples: List<ReinforcementTuningExample>? = null)

Sample reinforcement tuning user data in the training dataset. The contents are truncated for better UI showing. This data type is not supported in Gemini API.

Constructors

Link copied to clipboard
constructor(userDatasetExamples: List<ReinforcementTuningExample>? = null)

Properties

Link copied to clipboard

List of user datasset examples showing to user.