Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityResult (v0.20.0)

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

Data quality result for data scan job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column_score

def column_score() -> ::Google::Protobuf::Map{::String => ::Float}
Returns
  • (::Google::Protobuf::Map{::String => ::Float}) — The score of each column scanned in the data scan job. The key of the map is the name of the column. The value is the data quality score for the column.

    The score ranges between 0, 100.

#column_score=

def column_score=(value) -> ::Google::Protobuf::Map{::String => ::Float}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Float}) — The score of each column scanned in the data scan job. The key of the map is the name of the column. The value is the data quality score for the column.

    The score ranges between 0, 100.

Returns
  • (::Google::Protobuf::Map{::String => ::Float}) — The score of each column scanned in the data scan job. The key of the map is the name of the column. The value is the data quality score for the column.

    The score ranges between 0, 100.

#dimension_passed

def dimension_passed() -> ::Google::Protobuf::Map{::String => ::Boolean}
Returns
  • (::Google::Protobuf::Map{::String => ::Boolean}) — The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

#dimension_passed=

def dimension_passed=(value) -> ::Google::Protobuf::Map{::String => ::Boolean}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Boolean}) — The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.
Returns
  • (::Google::Protobuf::Map{::String => ::Boolean}) — The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.

#dimension_score

def dimension_score() -> ::Google::Protobuf::Map{::String => ::Float}
Returns
  • (::Google::Protobuf::Map{::String => ::Float}) — The score of each dimension for data quality result. The key of the map is the name of the dimension. The value is the data quality score for the dimension.

    The score ranges between 0, 100.

#dimension_score=

def dimension_score=(value) -> ::Google::Protobuf::Map{::String => ::Float}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Float}) — The score of each dimension for data quality result. The key of the map is the name of the dimension. The value is the data quality score for the dimension.

    The score ranges between 0, 100.

Returns
  • (::Google::Protobuf::Map{::String => ::Float}) — The score of each dimension for data quality result. The key of the map is the name of the dimension. The value is the data quality score for the dimension.

    The score ranges between 0, 100.

#passed

def passed() -> ::Boolean
Returns
  • (::Boolean) — Whether the data quality result was pass or not.

#passed=

def passed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the data quality result was pass or not.
Returns
  • (::Boolean) — Whether the data quality result was pass or not.

#row_count

def row_count() -> ::Integer
Returns
  • (::Integer) — The count of rows processed in the data scan job.

#row_count=

def row_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The count of rows processed in the data scan job.
Returns
  • (::Integer) — The count of rows processed in the data scan job.

#score

def score() -> ::Float
Returns
  • (::Float) — The table-level data quality score for the data scan job.

    The data quality score ranges between 0, 100.

#score=

def score=(value) -> ::Float
Parameter
  • value (::Float) — The table-level data quality score for the data scan job.

    The data quality score ranges between 0, 100.

Returns
  • (::Float) — The table-level data quality score for the data scan job.

    The data quality score ranges between 0, 100.