HyperParameterTuningJobTrainingJobDefinitionInputDataConfig constructor
const
HyperParameterTuningJobTrainingJobDefinitionInputDataConfig({
- required Input<
String> channelName, - Input<
String?> ? compressionType, - Input<
String?> ? contentType, - required Input<
HyperParameterTuningJobTrainingJobDefinitionInputDataConfigDataSource> dataSource, - Input<
String?> ? inputMode, - Input<
String?> ? recordWrapperType, - Input<
HyperParameterTuningJobTrainingJobDefinitionInputDataConfigShuffleConfig?> ? shuffleConfig,
Creates a new HyperParameterTuningJobTrainingJobDefinitionInputDataConfig.
channelName Input channel name.
compressionType Compression type.
contentType Content type string.
dataSource Data source settings. See dataSource.
inputMode Input mode.
recordWrapperType Record wrapper format.
shuffleConfig Shuffling settings. See shuffleConfig.
Implementation
const HyperParameterTuningJobTrainingJobDefinitionInputDataConfig({
required this.channelName,
this.compressionType,
this.contentType,
required this.dataSource,
this.inputMode,
this.recordWrapperType,
this.shuffleConfig,
});