Reference documentation and code samples for the Data Loss Prevention V2 Client class KMapEstimationConfig.
Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.
Generated from protobuf message google.privacy.dlp.v2.PrivacyMetric.KMapEstimationConfig
Namespace
Google \ Cloud \ Dlp \ V2 \ PrivacyMetricMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ quasi_ids |
array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\TaggedField>
Required. Fields considered to be quasi-identifiers. No two columns can have the same tag. |
↳ region_code |
string
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code. |
↳ auxiliary_tables |
array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\AuxiliaryTable>
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table. |
getQuasiIds
Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQuasiIds
Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\TaggedField>
|
Returns | |
---|---|
Type | Description |
$this |
getRegionCode
ISO 3166-1 alpha-2 region code to use in the statistical modeling.
Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
Returns | |
---|---|
Type | Description |
string |
setRegionCode
ISO 3166-1 alpha-2 region code to use in the statistical modeling.
Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAuxiliaryTables
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAuxiliaryTables
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\PrivacyMetric\KMapEstimationConfig\AuxiliaryTable>
|
Returns | |
---|---|
Type | Description |
$this |