FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
action<string > | setConfigDirectory
Set the path of the Config Directory |
action<string > | setWorkDirectory
Set the path of the Work Directory |
action<string > | setPMMLFileDirectory
Set the path to directory containing the PMML file |
action<string > | setPMMLFileName
PMML File to be loaded by the scoring engine |
action<boolean > | recordLatency
Add latency instrumentation to events being consumed/sent by the plugin |
action<boolean > | logLatency
Log the total time being spent by the plugin to apply a model for an Input event |
action<string > | setModelName
Set the name of the default model to be used |
action<integer > | maxBatchSize
Maximum number of input requests that can be batched together |
action<string > | subscribeToChannel
Plugin can optionally subscribe to a correlator channel and listen for Input requests |
action<string > | sendToChannel
Plugin can optionally send responses directly to a channel |
action<string > | addConfiguration
Add additional Java Spring Bean config initialization files |
action<string > | addResource
Add an external resource like a custom function or a lookup table |
action<sequence<string > > | addResources
Add multiple resources to the Predictive Analytics Plugin |
action<integer > | setAssetStorePollingInterval
Plugin checks the Asset store for any changes to PMML models or resources at regular intervals |
action<boolean > | cleanAssetStoreOnShutdown
Cleans the predictive analytics plugin asset store during shut down. |
action<integer > | setThreadCount
Set the number of threads to use by the Plugin |
action<integer > | setQueueSize
Set the Queue Size to be used for holding Input Requests Queue's the input requests if the Predictive Analytics Engine is busy scoring requests. This can happen for complex models. If the Input queue size is reached, further requests with be rejected with 'ADAPA_Error' being populated in the Output response payload |
action<integer > | setThrottleThreshold
Set the threshold when throttling of scoring requests should be started. This parameter determines the number of scoring requests that will be active in the predictive analytics engine at any given point of time. This is done to reduce the overall heap usage by the application and preventing the process going out of memory |
action<string, string > | addParam
Add a miscellaneous configuration parameter |
action<string, string > returns string | getStringParam
Get the value of a configuration parameter which is already set |
action<string, boolean > returns boolean | getBooleanParam
Get the value of a configuration parameter which is already set |
action<string, integer > returns integer | getIntegerParam
Get the value of a configuration parameter which is already set |
action<string, float > returns float | getFloatParam
Get the value of a configuration parameter which is already set |
action<string, decimal > returns decimal | getDecimalParam
Get the value of a configuration parameter which is already set |
action< > returns dictionary<string, string > | getServiceParams
Get a copy of all the service parameters currently configured |
Member Detail |
---|
action<string > addConfigurationAdd additional Java Spring Bean config initialization files
action<string, string > addParamAdd a miscellaneous configuration parameter
action<string > addResourceAdd an external resource like a custom function or a lookup table
action<sequence<string > > addResourcesAdd multiple resources to the Predictive Analytics Plugin
action<boolean > cleanAssetStoreOnShutdownCleans the predictive analytics plugin asset store during shut down.
action<string, boolean > returns boolean getBooleanParamGet the value of a configuration parameter which is already set
action<string, decimal > returns decimal getDecimalParamGet the value of a configuration parameter which is already set
action<string, float > returns float getFloatParamGet the value of a configuration parameter which is already set
action<string, integer > returns integer getIntegerParamGet the value of a configuration parameter which is already set
action< > returns dictionary<string, string > getServiceParamsGet a copy of all the service parameters currently configured
action<string, string > returns string getStringParamGet the value of a configuration parameter which is already set
action<boolean > logLatencyLog the total time being spent by the plugin to apply a model for an Input event
action<integer > maxBatchSizeMaximum number of input requests that can be batched together
action<boolean > recordLatencyAdd latency instrumentation to events being consumed/sent by the plugin
action<string > sendToChannelPlugin can optionally send responses directly to a channel
action<integer > setAssetStorePollingIntervalPlugin checks the Asset store for any changes to PMML models or resources at regular intervals
action<string > setConfigDirectorySet the path of the Config Directory
action<string > setModelNameSet the name of the default model to be used
action<string > setPMMLFileDirectorySet the path to directory containing the PMML file
action<string > setPMMLFileNamePMML File to be loaded by the scoring engine
action<integer > setQueueSizeSet the Queue Size to be used for holding Input Requests Queue's the input requests if the Predictive Analytics Engine is busy scoring requests. This can happen for complex models. If the Input queue size is reached, further requests with be rejected with 'ADAPA_Error' being populated in the Output response payload
action<integer > setThreadCountSet the number of threads to use by the Plugin
action<integer > setThrottleThresholdSet the threshold when throttling of scoring requests should be started. This parameter determines the number of scoring requests that will be active in the predictive analytics engine at any given point of time. This is done to reduce the overall heap usage by the application and preventing the process going out of memory
action<string > setWorkDirectorySet the path of the Work Directory
action<string > subscribeToChannelPlugin can optionally subscribe to a correlator channel and listen for Input requests
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |