AutoMLChannel constructor

AutoMLChannel({
  1. required AutoMLDataSource dataSource,
  2. required String targetAttributeName,
  3. CompressionType? compressionType,
})

Implementation

AutoMLChannel({
  required this.dataSource,
  required this.targetAttributeName,
  this.compressionType,
});