Use ML Models

These actions provide ability to run real-time inference using various machine learning libraries.

Use ML Models Actions

Score / ScoreML

Scores input data using a pretrained model managed by this handler. Event metadata fields applicable for this action are as follows:

Field
Definition
Example
Default

Input Element

Json path for the input in request event payload

parameters

-

Output Element

Json path for the output in response event payload

$.score

-

With event metadata parameters as:

Parameter
Definition
Example
Default

Input Pattern

JMESPath pattern to apply on data input

[ [text] ]

-

Output Pattern

JMESPath pattern to apply on data output, before returning response

{totalPrice:basket.totalPrice}

-

Last updated