public sealed class DataQualityDimensionResult : IMessage<DataQualityDimensionResult>, IEquatable<DataQualityDimensionResult>, IDeepCloneable<DataQualityDimensionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityDimensionResult.
DataQualityDimensionResult provides a more detailed, per-dimension view of
the results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `DataQualityDimensionResult` class within the Google Cloud Dataplex v1 API, offering detailed insights into its structure and usage."],["The content covers a range of versions, from 1.0.0 to the latest 3.6.0, with documentation for each version's specific implementation of `DataQualityDimensionResult`."],["The `DataQualityDimensionResult` class is used to provide a detailed view of the results of data quality checks, broken down by specific dimensions."],["Key properties of `DataQualityDimensionResult` include `Dimension`, `HasScore`, `Passed`, and `Score`, which detail the data quality dimension, whether a score exists, the pass/fail status, and the numerical score respectively."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use in message handling, object comparison, deep cloning, and buffer message manipulation."]]],[]]