AutoMLChannel constructor
AutoMLChannel({
- required AutoMLDataSource dataSource,
- required String targetAttributeName,
- CompressionType? compressionType,
Implementation
AutoMLChannel({
required this.dataSource,
required this.targetAttributeName,
this.compressionType,
});