Module: tf.saved_model.signature_def_utils
Stay organized with collections
Save and categorize content based on your preferences.
SignatureDef utility functions.
Utility functions for building and inspecting SignatureDef protos.
Functions
build_signature_def(...)
: Utility function to build a SignatureDef protocol buffer.
classification_signature_def(...)
: Creates classification signature from given examples and predictions.
is_valid_signature(...)
: Determine whether a SignatureDef can be served by TensorFlow Serving.
predict_signature_def(...)
: Creates prediction signature from given inputs and outputs.
regression_signature_def(...)
: Creates regression signature from given examples and predictions.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# Module: tf.saved_model.signature_def_utils\n\n\u003cbr /\u003e\n\nSignatureDef utility functions.\n\nUtility functions for building and inspecting SignatureDef protos.\n\nFunctions\n---------\n\n[`build_signature_def(...)`](../../tf/saved_model/build_signature_def): Utility function to build a SignatureDef protocol buffer.\n\n[`classification_signature_def(...)`](../../tf/saved_model/classification_signature_def): Creates classification signature from given examples and predictions.\n\n[`is_valid_signature(...)`](../../tf/saved_model/is_valid_signature): Determine whether a SignatureDef can be served by TensorFlow Serving.\n\n[`predict_signature_def(...)`](../../tf/saved_model/predict_signature_def): Creates prediction signature from given inputs and outputs.\n\n[`regression_signature_def(...)`](../../tf/saved_model/regression_signature_def): Creates regression signature from given examples and predictions."]]