TrainingJobInputDataConfigShuffleConfig constructor
const
TrainingJobInputDataConfigShuffleConfig({
- Input<
int?> ? seed,
Creates a new TrainingJobInputDataConfigShuffleConfig.
seed Seed value used to shuffle the training data.
Implementation
const TrainingJobInputDataConfigShuffleConfig({
this.seed,
});