TableNoiseImpact
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. |
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."],[[["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."]]],[]]