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-03-21 UTC."],[[["This document provides reference information for the `DataQualityDimensionResult` class within the Google Cloud Dataplex V1 API, specifically for version 3.0.0, and contains the documentation for all prior versions as well."],["The `DataQualityDimensionResult` class offers a detailed, per-dimension breakdown of data quality assessment results, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DataQualityDimensionResult` class include `Dimension`, which defines the dimension config; `HasScore`, indicating if a score is present; `Passed`, showing pass/fail status; and `Score`, which represents the dimension's data quality score from 0 to 100."],["This class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The available versions for this class range from 1.0.0 all the way up to 3.6.0, with version 3.6.0 being the most recent."]]],[]]