External API

The Seldon Core exposes a generic external API to connect your ML runtime prediction to external business applications.
REST API
Prediction
endpoint : POST /api/v1.0/predictions
payload : JSON representation of
SeldonMessage- see proto definitionexample payload :
Feedback
endpoint : POST /api/v1.0/feedback
payload : JSON representation of
Feedback- see proto definition
Metadata - Graph Level
endpoint : GET /api/v1.0/metadata
example response :
see metadata documentation for more details.
Metadata - Model Level
endpoint : GET /api/v1.0/metadata/{MODEL_NAME}
example response:
see metadata documentation for more details.
gRPC
see full proto definition
Last updated
Was this helpful?