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
Artificial IntelligenceDeep 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
Confirm the ModelServer has the model loaded and reports a version in the AVAILABLE state before any inference is attempted.
2
readModelMetadata
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
Submit the prediction request against the model's latest available version, returning one prediction per supplied instance.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.