GoogleCloudAiplatformV1TuningDataStats constructor

GoogleCloudAiplatformV1TuningDataStats({
  1. GoogleCloudAiplatformV1DistillationDataStats? distillationDataStats,
  2. GoogleCloudAiplatformV1ReinforcementLearningDataStats? reinforcementLearningDataStats,
  3. GoogleCloudAiplatformV1SupervisedTuningDataStats? supervisedTuningDataStats,
})

Implementation

GoogleCloudAiplatformV1TuningDataStats({
  this.distillationDataStats,
  this.reinforcementLearningDataStats,
  this.supervisedTuningDataStats,
});