description: Standard names for Estimator model modes.

tf.estimator.ModeKeys

Standard names for Estimator model modes.

The following standard keys are defined:

EVAL 'eval'
PREDICT 'infer'
TRAIN 'train'