Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

By default, AIMap is enabled. However, if you want to update the properties of AIMap or enable it (if disabled), follow the steps given below.

  1. Click Account > Settings.
  2. Expand the Microservice Settings, and then select WebRunner in the left panel.
  3. Expand the category, AIMap.

         

  4. Set the value for the property abpm.services.aimap.enable to yes to enable the AIMap.

  5. Set the value for the property abpm.services.aimap.autoapply as per your requirement.

    PropertyDescriptionDefault ValuePossible Value
    abpm.services.aimap.autoapply

    This property governs the working of AIMap. This property can be set 'yes, no, or ask'.

    • When set to yes, AIMap will apply best possible mapping rules after schema load.
    • When set to ask, AIMap will show you options to apply rules if you want to after schemas are loaded.
    • When set to no, AIMap will not do anything after schemas are loaded and you will have to click on AIMap button to use the feature.
    yesyes/no/ask
  6. Click AIMap under Microservice Settings in the left panel.

  7. Expand the category AIMap in the right panel to configure the other AIMap properties. 


  8. Enter the values for following properties as per your requirement. 

    PropertyDescriptionDefault ValuePossible Value
    abpm.services.aimap.confidenceLevelCutOffWrite the cut-off percentage of confidence level you want to view in AIMap suggestions. For example, if you write 30, the AIMap will show all the suggestion matching from 100-30% confidence level.50Any integer
    abpm.services.aimap.confidenceWeightageToMetadataThis property determines weightage of metadata in confidence calculation.500 to 100
    abpm.services.aimap.enableDebugLogs

    When this property is set to yes, AIMap will run in debug logging mode.

    This property should be set to yes only if AIMap is facing an issue in providing suggestions.
    noyes/no
    abpm.services.aimap.freezeSetting this property to yes prevents AIMap from learning from mappings that are added to AIMap Library.noyes/no
    abpm.services.aimap.topSchemasWrite the number of most similar schemas you want AIMap to consider when looking for suggestions. Setting this to a high number will make AIMap consider more mappings as suggestions, but will also increase the time taken to fetch suggestions.10Any integer
  9. Click Update to save the changes.

  • No labels