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-25 UTC."],[[["This document provides reference information for the `DataQualityDimensionResult` class within the Google Cloud Dataplex V1 API, specifically version 3.5.0."],["`DataQualityDimensionResult` is a class that offers a detailed, per-dimension breakdown of data quality results in the Cloud Dataplex API, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataQualityDimensionResult` class has properties like `Dimension`, `HasScore`, `Passed`, and `Score`, which provide information about the data quality checks, including whether the dimension passed or failed, and its associated score, ranging from 0 to 100."],["This class has two constructors: a default constructor and one that takes another `DataQualityDimensionResult` object for cloning."],["The documentation includes links to several versions of the API, ranging from 3.6.0 (latest) down to 1.0.0, providing access to the historical context of `DataQualityDimensionResult`."]]],[]]