-
Notifications
You must be signed in to change notification settings - Fork 3
KServe Protocols
Alon Gubkin edited this page Mar 1, 2022
·
1 revision
InferenceDB has support for the following KServe inference protocols out of the box:
- V1 Inference Protocol (
instances
andpredictions
) -
V2 Inference Protocol (
inputs
andoutputs
)
To test the V1 Inference Protocol, you can set up the sklearn v1 example.