Use ML Models
This set of handlers provide ability to run real-time inference using various machine learning libraries, which share the same set of parameters and actions.
Handler Parameters
Parameter
Definition
Example
Default
Actions
Score / ScoreML
Field
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"inputElement": {
"type": "string",
"description": "Json path for the input in request event payload",
"examples": [
"parameters"
],
"default": null
},
"outputElement": {
"type": "string",
"description": "Json path for the output in response event payload",
"examples": [
"$.score"
],
"default": null
}
}
}
}
}Parameter
Definition
Example
Default
Versions
TensorScoreEventHandler
OnnxScoreEventHandler
PMMLScoreEventHandler
OpenNLPScoreEventHandler
Last updated
