public static interface PIIDetection.Builder extends SdkPojo, CopyableBuilder<PIIDetection.Builder,PIIDetection>
| Modifier and Type | Method and Description |
|---|---|
PIIDetection.Builder |
entityTypesToDetect(Collection<String> entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection.Builder |
entityTypesToDetect(String... entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
|
PIIDetection.Builder |
inputs(Collection<String> inputs)
The node ID inputs to the transform.
|
PIIDetection.Builder |
inputs(String... inputs)
The node ID inputs to the transform.
|
PIIDetection.Builder |
maskValue(String maskValue)
Indicates the value that will replace the detected entity.
|
PIIDetection.Builder |
name(String name)
The name of the transform node.
|
PIIDetection.Builder |
outputColumnName(String outputColumnName)
Indicates the output column name that will contain any entity type detected in that row.
|
PIIDetection.Builder |
piiType(PiiType piiType)
Indicates the type of PIIDetection transform.
|
PIIDetection.Builder |
piiType(String piiType)
Indicates the type of PIIDetection transform.
|
PIIDetection.Builder |
sampleFraction(Double sampleFraction)
Indicates the fraction of the data to sample when scanning for PII entities.
|
PIIDetection.Builder |
thresholdFraction(Double thresholdFraction)
Indicates the fraction of the data that must be met in order for a column to be identified as PII data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPIIDetection.Builder name(String name)
The name of the transform node.
name - The name of the transform node.PIIDetection.Builder inputs(Collection<String> inputs)
The node ID inputs to the transform.
inputs - The node ID inputs to the transform.PIIDetection.Builder inputs(String... inputs)
The node ID inputs to the transform.
inputs - The node ID inputs to the transform.PIIDetection.Builder piiType(String piiType)
Indicates the type of PIIDetection transform.
PIIDetection.Builder piiType(PiiType piiType)
Indicates the type of PIIDetection transform.
PIIDetection.Builder entityTypesToDetect(Collection<String> entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER ,USA_DEA_NUMBER,USA_DRIVING_LICENSE
entityTypesToDetect - Indicates the types of entities the PIIDetection transform will identify as PII data.
PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD ,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE
PIIDetection.Builder entityTypesToDetect(String... entityTypesToDetect)
Indicates the types of entities the PIIDetection transform will identify as PII data.
PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER ,USA_DEA_NUMBER,USA_DRIVING_LICENSE
entityTypesToDetect - Indicates the types of entities the PIIDetection transform will identify as PII data.
PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD ,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE
PIIDetection.Builder outputColumnName(String outputColumnName)
Indicates the output column name that will contain any entity type detected in that row.
outputColumnName - Indicates the output column name that will contain any entity type detected in that row.PIIDetection.Builder sampleFraction(Double sampleFraction)
Indicates the fraction of the data to sample when scanning for PII entities.
sampleFraction - Indicates the fraction of the data to sample when scanning for PII entities.PIIDetection.Builder thresholdFraction(Double thresholdFraction)
Indicates the fraction of the data that must be met in order for a column to be identified as PII data.
thresholdFraction - Indicates the fraction of the data that must be met in order for a column to be identified as PII
data.PIIDetection.Builder maskValue(String maskValue)
Indicates the value that will replace the detected entity.
maskValue - Indicates the value that will replace the detected entity.Copyright © 2023. All rights reserved.