com.apama.pa.pmml
Event Output


Receive an Output from the scoring engine, this event carries the output field names and values as returned from the scoring engine
Member Summary
 stringinstanceName

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

Unique requestId of the input event, used to correlate between the Input and Output events
 dictionary<string, string >outputFields

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

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

instanceName

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

outputFields

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

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

requestId

string requestId
Unique requestId of the 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 by adding appropriate timestamp details based on logLatency Service Param