Interface ReinforcementTuningUserDatasetExamples

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.

interface ReinforcementTuningUserDatasetExamples {
    userDatasetExamples?: ReinforcementTuningExample[];
}

Properties

userDatasetExamples?: ReinforcementTuningExample[]

List of user datasset examples showing to user.