Channel constructor
Channel({
- required String channelName,
- required DataSource dataSource,
- CompressionType? compressionType,
- String? contentType,
- TrainingInputMode? inputMode,
- RecordWrapper? recordWrapperType,
- ShuffleConfig? shuffleConfig,
Implementation
Channel({
required this.channelName,
required this.dataSource,
this.compressionType,
this.contentType,
this.inputMode,
this.recordWrapperType,
this.shuffleConfig,
});