Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityDimensionResult (v0.19.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityDimensionResult.

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dimension

def dimension() -> ::Google::Cloud::Dataplex::V1::DataQualityDimension
Returns

#passed

def passed() -> ::Boolean
Returns
  • (::Boolean) — Whether the dimension passed or failed.

#passed=

def passed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the dimension passed or failed.
Returns
  • (::Boolean) — Whether the dimension passed or failed.

#score

def score() -> ::Float
Returns
  • (::Float) — Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set.

    The score ranges between 0, 100.