Dataplex V1 API - Module Google::Cloud::Dataplex::V1::DataProfileSpec::Mode (v2.10.0)
Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::DataProfileSpec::Mode.
Defines the execution mode for the profile scan.
Constants
MODE_UNSPECIFIED
value: 0 Default value. This value is unused.
STANDARD
value: 1 Performs standard profiling. The behavior is controlled by other fields
such as sampling_percent, row_filter, and column filters.
This mode allows for full scans or custom sampling.
LIGHTWEIGHT
value: 2 Specifies lightweight profiling mode. This mode is optimized for
low-latency, low-fidelity profiling.
When this mode is selected, the following fields must not be set:
sampling_percent, row_filter, include_fields, and exclude_fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-11 UTC."],[],[]]