Google Cloud Dataplex V1 Client - Class DataProfileAppliedConfigs (1.0.0-RC1)

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

Applied configs for data profile type data scan job.

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

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.

↳ column_filter_applied bool

Boolean indicating whether a column 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

getColumnFilterApplied

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

Returns
Type Description
bool

setColumnFilterApplied

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

Parameter
Name Description
var bool
Returns
Type Description
$this