Class: Google::Cloud::Dataplex::V1::DataQualityDimensionResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityDimensionResult
- 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
-
#dimension ⇒ ::Google::Cloud::Dataplex::V1::DataQualityDimension
readonly
Output only.
-
#passed ⇒ ::Boolean
Whether the dimension passed or failed.
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#dimension ⇒ ::Google::Cloud::Dataplex::V1::DataQualityDimension (readonly)
Returns Output only. The dimension config specified in the DataQualitySpec, as is.
268 269 270 271 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 268 class DataQualityDimensionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#passed ⇒ ::Boolean
Returns Whether the dimension passed or failed.
268 269 270 271 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 268 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.
268 269 270 271 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 268 class DataQualityDimensionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |