public static interface DataScanEvent.DataProfileAppliedConfigsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumnFilterApplied()
public abstract boolean getColumnFilterApplied()
Boolean indicating whether a column filter was applied in the DataScan job.
bool column_filter_applied = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
float |
The samplingPercent. |