TensorFlow · Arazzo Workflow
TensorFlow Serving Preflight and Classify
Version 1.0.0
Confirm a model is loaded and its signature is known before running classification inference.
View Spec
View on GitHub
Artificial IntelligenceDeep LearningJavaScriptMachine-LearningModel ServingNeural NetworksOpen-SourcePythonArazzoWorkflows
Provider
Workflows
classify-preflight
Check model status, read the signature, then run classification inference.
Verifies the named model reports an AVAILABLE version, resolves its signature metadata, and submits tf.Example inputs for classification.
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 model exposes a classification signature and to see the features it expects.
3
runClassification
Submit the examples for classification against the model's latest available version, returning label and score pairs for each example.
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.