Google Cloud Dataplex V1 Client - Class DataQualityAppliedConfigs (0.15.1)

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
Name Description
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
Type Description
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
Name Description
var float
Returns
Type Description
$this

getRowFilterApplied

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

Returns
Type Description
bool

setRowFilterApplied

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

Parameter
Name Description
var bool
Returns
Type Description
$this