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
AIDeep 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
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 classification signature and to see the features it expects.
3
runClassification
classifyModel
Submit the examples for classification against the model's latest available version, returning label and score pairs for each example.
Source API Descriptions
openapi