GoogleCloudAiplatformV1ActiveLearningConfig constructor

GoogleCloudAiplatformV1ActiveLearningConfig({
  1. String? maxDataItemCount,
  2. int? maxDataItemPercentage,
  3. GoogleCloudAiplatformV1SampleConfig? sampleConfig,
  4. GoogleCloudAiplatformV1TrainingConfig? trainingConfig,
})

Implementation

GoogleCloudAiplatformV1ActiveLearningConfig({
  this.maxDataItemCount,
  this.maxDataItemPercentage,
  this.sampleConfig,
  this.trainingConfig,
});