tf.data.experimental.ExternalStatePolicy

Represents how to handle external state during serialization.

See the tf.data.Options.experimental_external_state_policy documentation for more information.

FAIL <ExternalStatePolicy.FAIL: 2>
IGNORE <ExternalStatePolicy.IGNORE: 1>
WARN <ExternalStatePolicy.WARN: 0>