Class ShuffleDataset.Options
java.lang.Object
org.tensorflow.op.data.ShuffleDataset.Options
- Enclosing class:
ShuffleDataset
Optional attributes for
ShuffleDataset-
Method Summary
Modifier and TypeMethodDescriptionSets the metadata option.reshuffleEachIteration(Boolean reshuffleEachIteration) Sets the reshuffleEachIteration option.
-
Method Details
-
reshuffleEachIteration
Sets the reshuffleEachIteration option.- Parameters:
reshuffleEachIteration- the reshuffleEachIteration option- Returns:
- this Options instance.
-
metadata
Sets the metadata option.- Parameters:
metadata- the metadata option- Returns:
- this Options instance.
-