TableNoiseImpact

  • This enum describes the impact of noise on the confidence of results in UI warning tables.

  • The enum values range from no impact (NOT_NOISED) to very high impact (VERY_HIGH_IMPACT), with various levels in between.

  • These values help assess the reliability of data displayed in UI warnings due to added noise.

  • Developers can use this enum to understand and control the influence of noise on displayed information.

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.