Class: Google::Cloud::Dataplex::V1::DataQualityColumnResult

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

DataQualityColumnResult provides a more detailed, per-column view of the results.

Instance Attribute Summary collapse

Instance Attribute Details

#column::String (readonly)

Returns Output only. The column specified in the DataQualityRule.

Returns:

  • (::String)

    Output only. The column specified in the DataQualityRule.



504
505
506
507
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 504

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.

Returns:

  • (::Float)

    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.



504
505
506
507
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 504

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