com.apama.pa.pmml
Event Input


Send an Input to the scoring engine, this event carries details about the modelName to be used and the set of input fileds on which the model has to be applied
Member Summary
 stringinstanceName

A unique name representing an instance of the plug-in, this should be the same name as used during ServiceHandler initialization
 stringmodelName

Provide the name of the model to use, a default model will be used if no model name is provided
 stringrequestId

A unique id to identify this input event, used to correlate between the Input and Output events
 dictionary<string, string >inputFields

A set of name value pairs representing the input FieldName - FieldValue pairs
 dictionary<integer, float >timestamps

Contains timestamp information which can be used for calculating the roundtrip latency
 
Member Detail

inputFields

dictionary<string, string > inputFields
A set of name value pairs representing the input FieldName - FieldValue pairs

Users can access the list of all valid input field names using the Model definition

instanceName

string instanceName
A unique name representing an instance of the plug-in, this should be the same name as used during ServiceHandler initialization

modelName

string modelName
Provide the name of the model to use, a default model will be used if no model name is provided

requestId

string requestId
A unique id to identify this input event, used to correlate between the Input and Output events

timestamps

dictionary<integer, float > timestamps
Contains timestamp information which can be used for calculating the roundtrip latency

This timestamps dictionary will be passed back in the Output by adding appropriate timestamp details based on logLatency Service Param