Interface DataScanEvent.DataProfileAppliedConfigsOrBuilder (1.39.0)

public static interface DataScanEvent.DataProfileAppliedConfigsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumnFilterApplied()

public abstract boolean getColumnFilterApplied()

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

bool column_filter_applied = 3;

Returns
TypeDescription
boolean

The columnFilterApplied.

getRowFilterApplied()

public abstract boolean getRowFilterApplied()

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

bool row_filter_applied = 2;

Returns
TypeDescription
boolean

The rowFilterApplied.

getSamplingPercent()

public abstract float 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.

float sampling_percent = 1;

Returns
TypeDescription
float

The samplingPercent.