Standard Transformer UPI
Autoload Feature
{
"user_id": 12345,
"user_rating": 4.9,
"user_name": "jon_doe"
} - variables:
- name: rating
jsonPathConfig:
jsonPath: $.user_rating
defaultValue: -1
valueType: FLOATStore the variable/table in prediction_table or transformer_input field of the PredictValuesRequest
prediction_table or transformer_input field of the PredictValuesRequestAdd autoload feature in the standard transformer config.

Preprocess & Postprocess Output

Last updated