TensorFlow · Arazzo Workflow
TensorFlow Serving Preflight and Regress
Version 1.0.0
Confirm a model is loaded and its signature is known before running regression inference.
View Spec
View on GitHub
AIDeep LearningJavaScriptMachine LearningModel ServingNeural NetworksOpen SourcePythonArazzoWorkflows
Provider
Workflows
regress-preflight
Check model status, read the signature, then run regression inference.
Verifies the named model reports an AVAILABLE version, resolves its signature metadata, and submits tf.Example inputs for regression, returning one numeric result per example.
1
checkModelStatus
getModelStatus
Confirm the ModelServer has the model loaded and reports a version in the AVAILABLE state before any inference is attempted.
2
readModelMetadata
getModelMetadata
Read the metadata of the latest available version to confirm the model exposes a regression signature and to see the features it expects.
3
runRegression
regressModel
Submit the examples for regression against the model's latest available version, returning the predicted numeric value for each example.
Source API Descriptions
openapi