Google Cloud Dataplex V1 Client - Class DataProfileAppliedConfigs (0.11.1)

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

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

getColumnFilterApplied

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

Returns
TypeDescription
bool

setColumnFilterApplied

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this