Google Cloud Dataplex V1 Client - Class DataQualityAppliedConfigs (0.12.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataQualityAppliedConfigs.

Applied configs for data quality type data scan job.

Generated from protobuf message google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigs

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataScanEvent

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sampling_percent 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.

↳ row_filter_applied bool

Boolean indicating whether a row filter was applied in the DataScan job.

getSamplingPercent

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
TypeDescription
float

setSamplingPercent

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.
Parameter
NameDescription
var float
Returns
TypeDescription
$this

getRowFilterApplied

Boolean indicating whether a row filter was applied in the DataScan job.

Returns
TypeDescription
bool

setRowFilterApplied

Boolean indicating whether a row filter was applied in the DataScan job.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this