public static class
ParseExampleDatasetV2.Options
Optional attributes for
ParseExampleDatasetV2
Public Methods
ParseExampleDatasetV2.Options |
deterministic
(String deterministic)
|
ParseExampleDatasetV2.Options |
raggedKeys
(List<String> raggedKeys)
|
Inherited Methods
Public Methods
public ParseExampleDatasetV2.Options deterministic (String deterministic)
Parameters
deterministic | A string indicating the op-level determinism to use. Deterministic controls whether the dataset is allowed to return elements out of order if the next element to be returned isn't available, but a later element is. Options are "true", "false", and "default". "default" indicates that determinism should be decided by the `experimental_deterministic` parameter of `tf.data.Options`. |
---|