[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-06-11。"],[[["Algorithm Rules and Rulesets support specific aggregation types for calculations."],["Supported aggregation types include: sum of values, product of values, and the maximum value, along with an unspecified type for unknown cases."],["Each aggregation type uses a specific calculation method, such as summing, multiplying, or selecting the highest value among the rule values."]]],["The core content outlines the supported aggregation types for Algorithm Rules and Rulesets. These types include: `RULE_AGGREGATION_TYPE_UNSPECIFIED` (representing an unknown type), `SUM_OF_VALUES` (calculating the sum of rule values), `PRODUCT_OF_VALUES` (calculating the product of rule values), and `MAXIMUM_VALUE` (identifying the maximum rule value). These enums define how multiple rule values are combined for the algorithm or ruleset.\n"]]