GoogleCloudAiplatformV1TuningDataStats constructor
GoogleCloudAiplatformV1TuningDataStats({
- GoogleCloudAiplatformV1DistillationDataStats? distillationDataStats,
- GoogleCloudAiplatformV1ReinforcementLearningDataStats? reinforcementLearningDataStats,
- GoogleCloudAiplatformV1SupervisedTuningDataStats? supervisedTuningDataStats,
Implementation
GoogleCloudAiplatformV1TuningDataStats({
this.distillationDataStats,
this.reinforcementLearningDataStats,
this.supervisedTuningDataStats,
});