This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to theMarketerssite. If you are a measurement partner, refer to theMeasurement Partnerssite.
[[["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\u003eThe \u003ccode\u003eColumnNoiseImpact\u003c/code\u003e enum describes the impact of noise on the confidence of column results, used for UI warnings.\u003c/p\u003e\n"],["\u003cp\u003eThe enum has four values: \u003ccode\u003eCOLUMN_NOISE_IMPACT_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eNOT_NOISED\u003c/code\u003e, \u003ccode\u003eLOW_IMPACT\u003c/code\u003e, and \u003ccode\u003eHIGH_IMPACT\u003c/code\u003e, indicating the level of noise influence.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNOT_NOISED\u003c/code\u003e signifies the column is unaffected by noise, while \u003ccode\u003eLOW_IMPACT\u003c/code\u003e and \u003ccode\u003eHIGH_IMPACT\u003c/code\u003e represent varying degrees of noise interference on result confidence.\u003c/p\u003e\n"]]],["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"],null,["# ColumnNoiseImpact\n\nLINT.IfChange(ColumnNoiseImpact) Impact of noise on column result confidence for UI warnings\n\n| Enums ||\n|-----------------------------------|------------------------------------------------------------|\n| `COLUMN_NOISE_IMPACT_UNSPECIFIED` | No noise impact specified. |\n| `NOT_NOISED` | Column is not noised. |\n| `LOW_IMPACT` | Noise has a low impact on the column's result confidence. |\n| `HIGH_IMPACT` | Noise has a high impact on the column's result confidence. |"]]