TensorFlow · Arazzo Workflow
TensorFlow Serving Preflight and Predict
Version 1.0.0
Confirm a model is loaded and its signature is known before running prediction inference.
View Spec
View on GitHub
AIDeep LearningJavaScriptMachine LearningModel ServingNeural NetworksOpen SourcePythonArazzoWorkflows
Provider
Workflows
predict-preflight
Check model status, read the signature, then run prediction inference.
Verifies the named model reports an AVAILABLE version, resolves its signature metadata, and submits a prediction request in either row format (instances) or column format (inputs).
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 signature the prediction request will target, along with its expected input tensors.
3
runPrediction
predictModel
Submit the prediction request against the model's latest available version, returning one prediction per supplied instance.
Source API Descriptions
openapi