Class: Google::Cloud::Dataplex::V1::DataQualityColumnResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityColumnResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
DataQualityColumnResult provides a more detailed, per-column view of the results.
Instance Attribute Summary collapse
-
#column ⇒ ::String
readonly
Output only.
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#column ⇒ ::String (readonly)
Returns Output only. The column specified in the DataQualityRule.
535 536 537 538 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 535 class DataQualityColumnResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float (readonly)
Returns Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between 0, 100.
535 536 537 538 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 535 class DataQualityColumnResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |