RuleAggregationType
The supported aggregation type for the Algorithm Rules and Rulesets.
Enums |
RULE_AGGREGATION_TYPE_UNSPECIFIED |
Unknown aggregation type. |
SUM_OF_VALUES |
The sum of rule values. |
PRODUCT_OF_VALUES |
The product of rule values. |
MAXIMUM_VALUE |
The maximum rule value. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["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."]]],[]]