public static class
ParseExampleDatasetV2.Options
Optional attributes for ParseExampleDatasetV2
Public Methods
ParseExampleDatasetV2.Options |
deterministic(String deterministic)
|
ParseExampleDatasetV2.Options |
raggedKeys(List<String> raggedKeys)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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 .
|
---|