tf.estimator.Exporter

View source on GitHub

A class representing a type of model export.

Attributes:

Methods

export

View source

export(
    estimator, export_path, checkpoint_path, eval_result, is_the_final_export
)

Exports the given Estimator to a specific format.

Args:

Returns:

The string path to the exported directory or None if export is skipped.