contributionMetric property

String? contributionMetric
getter/setter pair

The contribution metric.

Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as SUM(x) or SUM(x)/SUM(y), where x and y are column names from the base table.

Implementation

core.String? contributionMetric;