View source on GitHub |
Represents how to handle external state during serialization.
See the tf.data.Options.experimental_external_state_policy
documentation
for more information.
Class Variables | |
---|---|
FAIL |
<ExternalStatePolicy.FAIL: 2>
|
IGNORE |
<ExternalStatePolicy.IGNORE: 1>
|
WARN |
<ExternalStatePolicy.WARN: 0>
|