ActiveLearningConfig constructor
ActiveLearningConfig({
- int? maxDataItemCount,
- int? maxDataItemPercentage,
- SampleConfig? sampleConfig,
- TrainingConfig? trainingConfig,
Implementation
ActiveLearningConfig({
this.maxDataItemCount,
this.maxDataItemPercentage,
this.sampleConfig,
this.trainingConfig,
}) : super(fullyQualifiedName);