Module: tf.saved_model.signature_constants
Stay organized with collections
Save and categorize content based on your preferences.
Signature constants for SavedModel save and restore operations.
Other Members
CLASSIFY_INPUTS = 'inputs'
CLASSIFY_METHOD_NAME = 'tensorflow/serving/classify'
CLASSIFY_OUTPUT_CLASSES = 'classes'
CLASSIFY_OUTPUT_SCORES = 'scores'
DEFAULT_SERVING_SIGNATURE_DEF_KEY = 'serving_default'
PREDICT_INPUTS = 'inputs'
PREDICT_METHOD_NAME = 'tensorflow/serving/predict'
PREDICT_OUTPUTS = 'outputs'
REGRESS_INPUTS = 'inputs'
REGRESS_METHOD_NAME = 'tensorflow/serving/regress'
REGRESS_OUTPUTS = 'outputs'
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_constants\n\n\u003cbr /\u003e\n\nSignature constants for SavedModel save and restore operations.\n\nOther Members\n-------------\n\n- `CLASSIFY_INPUTS = 'inputs'`\n- `CLASSIFY_METHOD_NAME = 'tensorflow/serving/classify'`\n- `CLASSIFY_OUTPUT_CLASSES = 'classes'`\n- `CLASSIFY_OUTPUT_SCORES = 'scores'`\n- `DEFAULT_SERVING_SIGNATURE_DEF_KEY = 'serving_default'`\n- `PREDICT_INPUTS = 'inputs'`\n- `PREDICT_METHOD_NAME = 'tensorflow/serving/predict'`\n- `PREDICT_OUTPUTS = 'outputs'`\n- `REGRESS_INPUTS = 'inputs'`\n- `REGRESS_METHOD_NAME = 'tensorflow/serving/regress'`\n- `REGRESS_OUTPUTS = 'outputs'`"]]