Modeling Guide

PA Automated

This operator applies the PA Automed Analytics product for prediction of values. Note that a pre-trained model for PA Automed Analytics must exist and reside in a folder relative to the <VFLOW_REPO>/blobs directory.

Configuration Parameters

Parameter

Type

Description

modelPath string Mandatory. Contains the path relative to <VFLOW_REPO>/blobs/ where the kxen models are stored, i.e. the KxAdmin.txt file and the model files.

Default: ""

modelName string Mandatory. The name of the model that should be deployed. Must be contained in the KxAdmin.txt file, otherwise the operator will fail.

Default: ""

operatingMode

string

Mandatory. Operating mode which is either "stream" or "resultfile".

Default: "stream"

schemaDescFile

string

Kxen- schema description file for the incoming strings or CSV input file.

Default: ""

streamCacheSize

integer

If in stream mode, this specifies the size of the internal stream chunk cache.

Default: 10000

Input

Input

Type

Description

inDataCSVPath

string

Local path of the input data CSV file.

inData

string

Input port for streaming data.

Output

Output

Type

Description

outResultContent

string

If operatingMode is "stream", this port streams the result line-by-line. If the operatingMode is "resultfile", the output will be the filepath to the result file.