TensorFlow Serving Prediction Response
Schema for a prediction inference response from TensorFlow Serving. Returns predictions in row format or outputs in column format.
AIDeep LearningJavaScriptMachine LearningModel ServingNeural NetworksOpen SourcePython
Properties
| Name |
Type |
Description |
| predictions |
object |
Row format predictions. One prediction per input instance. Can be a scalar, list, or object. |
| outputs |
object |
Column format outputs. Map of output tensor names to arrays of values. |
| error |
string |
Error message if the prediction failed |
JSON Schema