GoogleCloudAiplatformV1ActiveLearningConfig constructor
GoogleCloudAiplatformV1ActiveLearningConfig({
- String? maxDataItemCount,
- int? maxDataItemPercentage,
- GoogleCloudAiplatformV1SampleConfig? sampleConfig,
- GoogleCloudAiplatformV1TrainingConfig? trainingConfig,
Implementation
GoogleCloudAiplatformV1ActiveLearningConfig({
this.maxDataItemCount,
this.maxDataItemPercentage,
this.sampleConfig,
this.trainingConfig,
});