ColumnNoiseImpact
LINT.IfChange(ColumnNoiseImpact) Impact of noise on column result confidence for UI warnings
Enums |
COLUMN_NOISE_IMPACT_UNSPECIFIED |
No noise impact specified. |
NOT_NOISED |
Column is not noised. |
LOW_IMPACT |
Noise has a low impact on the column's result confidence. |
HIGH_IMPACT |
Noise has a high impact on the column's result confidence. |
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."],[[["`ColumnNoiseImpact` enums categorize the impact of noise on the confidence of column results for UI warnings."],["The enums range from unspecified impact to no noise, low impact, and high impact."],["This information is crucial for understanding the reliability of column results in the presence of noise."]]],["The provided content defines the `ColumnNoiseImpact` enum, used to assess the effect of noise on column result confidence, specifically for UI warnings. It outlines four possible values: `COLUMN_NOISE_IMPACT_UNSPECIFIED` (no impact specified), `NOT_NOISED` (column is not noised), `LOW_IMPACT` (noise has minimal impact), and `HIGH_IMPACT` (noise significantly affects confidence). These values indicate the level to which noise influences the reliability of column results.\n"]]