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.