Class: Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileAppliedConfigs
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileAppliedConfigs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/logs.rb
Overview
Applied configs for data profile type data scan job.
Instance Attribute Summary collapse
-
#column_filter_applied ⇒ ::Boolean
Boolean indicating whether a column filter was applied in the DataScan job.
-
#row_filter_applied ⇒ ::Boolean
Boolean indicating whether a row filter was applied in the DataScan job.
-
#sampling_percent ⇒ ::Float
The percentage of the records selected from the dataset for DataScan.
Instance Attribute Details
#column_filter_applied ⇒ ::Boolean
Returns Boolean indicating whether a column filter was applied in the DataScan job.
582 583 584 585 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 582 class DataProfileAppliedConfigs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_filter_applied ⇒ ::Boolean
Returns Boolean indicating whether a row filter was applied in the DataScan job.
582 583 584 585 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 582 class DataProfileAppliedConfigs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sampling_percent ⇒ ::Float
Returns 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.
582 583 584 585 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 582 class DataProfileAppliedConfigs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |