Class: Google::Cloud::Dataplex::V1::DataQualityDimensionResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_quality.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#dimension::Google::Cloud::Dataplex::V1::DataQualityDimension (readonly)

Returns Output only. The dimension config specified in the DataQualitySpec, as is.

Returns:



262
263
264
265
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 262

class DataQualityDimensionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#passed::Boolean

Returns Whether the dimension passed or failed.

Returns:

  • (::Boolean)

    Whether the dimension passed or failed.



262
263
264
265
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 262

class DataQualityDimensionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#score::Float (readonly)

Returns 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.

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.



262
263
264
265
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 262

class DataQualityDimensionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end