[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis enum describes the impact of noise on the confidence of results in UI warning tables.\u003c/p\u003e\n"],["\u003cp\u003eThe enum values range from no impact (\u003ccode\u003eNOT_NOISED\u003c/code\u003e) to very high impact (\u003ccode\u003eVERY_HIGH_IMPACT\u003c/code\u003e), with various levels in between.\u003c/p\u003e\n"],["\u003cp\u003eThese values help assess the reliability of data displayed in UI warnings due to added noise.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this enum to understand and control the influence of noise on displayed information.\u003c/p\u003e\n"]]],["The core content defines the impact of noise on the confidence of table results, specifically for UI warnings. It details various levels of noise impact, including `NOT_NOISED` (no noise), `LOW_IMPACT`, `MEDIUM_IMPACT`, `HIGH_IMPACT`, `LOW_MEDIUM_IMPACT`, and `VERY_HIGH_IMPACT`. An `TABLE_NOISE_IMPACT_UNSPECIFIED` enum indicates no noise impact is specified. Each enum represents a different degree to which noise affects the reliability of data displayed in the table.\n"],null,["# TableNoiseImpact\n\nImpact of noise on table result confidence for UI warnings\n\n| Enums ||\n|----------------------------------|--------------------------------------------------------------------|\n| `TABLE_NOISE_IMPACT_UNSPECIFIED` | No noise impact specified |\n| `NOT_NOISED` | Table is not noised. |\n| `LOW_IMPACT` | Noise has a low impact on the table's result confidence. |\n| `HIGH_IMPACT` | Noise has a high impact on the table's result confidence. |\n| `LOW_MEDIUM_IMPACT` | Noise has a low to medium impact on the table's result confidence. |\n| `MEDIUM_IMPACT` | Noise has a medium impact on the table's result confidence. |\n| `VERY_HIGH_IMPACT` | Noise has a very high impact on the table's result confidence. |"]]