TableNoiseImpact

  • UI warnings leverage these enums to indicate the level of confidence in table results due to noise impact.

  • TABLE_NOISE_IMPACT_UNSPECIFIED and NOT_NOISED represent scenarios with no specified or no noise impact, respectively.

  • LOW_IMPACT, LOW_MEDIUM_IMPACT, MEDIUM_IMPACT, HIGH_IMPACT, and VERY_HIGH_IMPACT categorize varying degrees of noise influence on result confidence.

Impact of noise on table result confidence for UI warnings

Enums
TABLE_NOISE_IMPACT_UNSPECIFIED No noise impact specified
NOT_NOISED Table is not noised.
LOW_IMPACT Noise has a low impact on the table's result confidence.
HIGH_IMPACT Noise has a high impact on the table's result confidence.
LOW_MEDIUM_IMPACT Noise has a low to medium impact on the table's result confidence.
MEDIUM_IMPACT Noise has a medium impact on the table's result confidence.
VERY_HIGH_IMPACT Noise has a very high impact on the table's result confidence.