Configuring the Adaptive Decision Manager service for Pega Cloud environments
This content applies only to Pega Cloud environments
The Adaptive Decision Manager (ADM) service predicts customer behavior by creating adaptive models based on customer responses to your offers. With adaptive models, you can ensure that your next-best-action decisions are always relevant and based on the latest customer behavior.
In Pega Cloud deployments, the Pega Cloud services team configures the ADM nodes to enable the ADM service. You can change the parameters of your ADM service by modifying the following dynamic system settings:
- decision/monitoring/daysToKeepData
- This setting determines how much time elapses before Pega Platform automatically deletes a snapshot from your repository. By default, Pega Platform deletes snapshots with a time stamp older than 180 days.
- decision/adm/datamart/snapshotOnUpdate
- By enabling this setting, you can configure the ADM service to take snapshots every time the model is updated. If the setting is disabled, the default system behavior is to take adaptive model data snapshots at intervals that are determined by the ADM snapshot agent schedule, typically every night.
- In the navigation panel of Dev Studio, click .
- To change how much time elapses before Pega Platform automatically deletes a snapshot from your repository, change the value of the decision/monitoring/daysToKeepData dynamic system setting.
- To configure the ADM service to take snapshots every time the model is updated,
add the decision/adm/datamart/snapshotOnUpdate dynamic
system setting:
- On the Dynamic System Settings tab, click Create.
- On the New tab, enter a short description of the dynamic system setting.
- In the Owning Ruleset field, enter Pega-DecisionEngine.
- In the Setting Purpose field, enter decision/adm/datamart/snapshotOnUpdate.
- Click Create and open.
- On the Settings tab, in the Value field, enter true, and then click Save.
- To revert to the default snapshot schedule, disable the
decision/adm/datamart/snapshotOnUpdate dynamic system
setting:
- On the Dynamic System Settings tab, click the decision/adm/datamart/snapshotOnUpdate setting.
- On the Settings tab, in the Value field, enter false, and then click Save.
Previous topic Configuring the Adaptive Decision Manager service for on-premises environments Next topic Configuring the Data Flow service