All public utility methods for exporting Estimator to SavedModel.
This file includes functions and constants from core (model_utils) and export.py
Classes
class ClassificationOutput
: Represents the output of a classification head. (deprecated)
class EvalOutput
: Represents the output of a supervised eval process. (deprecated)
class ExportOutput
: Represents an output of a model that can be served. (deprecated)
class PredictOutput
: Represents the output of a generic prediction head. (deprecated)
class RegressionOutput
: Represents the output of a regression head. (deprecated)
class ServingInputReceiver
: A return type for a serving_input_receiver_fn. (deprecated)
class TensorServingInputReceiver
: A return type for a serving_input_receiver_fn. (deprecated)
Functions
build_parsing_serving_input_receiver_fn(...)
: Build a serving_input_receiver_fn expecting fed tf.Examples. (deprecated)
build_raw_serving_input_receiver_fn(...)
: Build a serving_input_receiver_fn expecting feature Tensors. (deprecated)