JSON_PresetAIRuleConfig

JSON message about preset AI rule parameters

{
  "AIRuleConfig":{
    "VCA_config":{
/*optional, object, rule parameters provided by the algorithm*/
    },
    "AlertIntervalList":[{
/*optional, array of object, time interval list of uploading, this node valid when the event type is region target counting*/
      "ruleID":1,
/*optional, int, rule ID when the event type is regional target counting*/
      "value":1
/*optional, int, time interval of uploading which is between 1 and 1800, unit: second*/
    }]
  }
}