Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityAppliedConfigs (v0.11.0)

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

Applied configs for data quality type data scan job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#row_filter_applied

def row_filter_applied() -> ::Boolean
Returns
  • (::Boolean) — Boolean indicating whether a row filter was applied in the DataScan job.

#row_filter_applied=

def row_filter_applied=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Boolean indicating whether a row filter was applied in the DataScan job.
Returns
  • (::Boolean) — Boolean indicating whether a row filter was applied in the DataScan job.

#sampling_percent

def sampling_percent() -> ::Float
Returns
  • (::Float) —

    The percentage of the records selected from the dataset for DataScan.

    • Value ranges between 0.0 and 100.0.
    • Value 0.0 or 100.0 imply that sampling was not applied.

#sampling_percent=

def sampling_percent=(value) -> ::Float
Parameter
  • value (::Float) —

    The percentage of the records selected from the dataset for DataScan.

    • Value ranges between 0.0 and 100.0.
    • Value 0.0 or 100.0 imply that sampling was not applied.
Returns
  • (::Float) —

    The percentage of the records selected from the dataset for DataScan.

    • Value ranges between 0.0 and 100.0.
    • Value 0.0 or 100.0 imply that sampling was not applied.