This boolean is True when this is an export in the
end of training. It is False for the intermediate exports during the
training. When passing Exporter to tf.estimator.train_and_evaluateis_the_final_export is always False if TrainSpec.max_steps is
None.
Returns
The string path to the exported directory or None if export is skipped.