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}
-
(::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}
-
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.
-
(::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}
-
(::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}
-
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.
-
(::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}
-
(::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}
-
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.
-
(::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
-
(::Boolean) — Whether the data quality result was
pass
or not.
#passed=
def passed=(value) -> ::Boolean
-
value (::Boolean) — Whether the data quality result was
pass
or not.
-
(::Boolean) — Whether the data quality result was
pass
or not.
#row_count
def row_count() -> ::Integer
- (::Integer) — The count of rows processed in the data scan job.
#row_count=
def row_count=(value) -> ::Integer
- value (::Integer) — The count of rows processed in the data scan job.
- (::Integer) — The count of rows processed in the data scan job.
#score
def score() -> ::Float
-
(::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
-
value (::Float) — The table-level data quality score for the data scan job.
The data quality score ranges between 0, 100.
-
(::Float) — The table-level data quality score for the data scan job.
The data quality score ranges between 0, 100.