Prediction APIs
Endpoint Format
Follow the seldon document.
The format is http(s)://${primehub_domain}/deployment/${deployment_id}/api/v1.0/predictions
.
Payload Message Format
Please check Github for more detail.
ndarray
Format
Equivalent Code
tensor
Format
Equivalent Code
strData
Format
Equivalent Code
binData
Format
Equivalent Code
Check our example of how to handle the binData
in the predict
function.
Last updated