PiiDetection

Specifies a transform that identifies, removes or masks PII data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional parameters for configuring PII detection behavior and sensitivity settings.

Link copied to clipboard

The sensitivity level for PII detection. Higher sensitivity levels detect more potential PII but may result in more false positives.

Link copied to clipboard

Indicates the types of entities the PIIDetection transform will identify as PII data.

Link copied to clipboard

The node ID inputs to the transform.

Link copied to clipboard

Indicates the value that will replace the detected entity.

Link copied to clipboard

A regular expression pattern used to identify additional PII content beyond the standard detection algorithms.

Link copied to clipboard

The name of the transform node.

Link copied to clipboard

The number of characters to exclude from redaction on the left side of detected PII content. This allows preserving context around the sensitive data.

Link copied to clipboard

The number of characters to exclude from redaction on the right side of detected PII content. This allows preserving context around the sensitive data.

Link copied to clipboard

Indicates the output column name that will contain any entity type detected in that row.

Link copied to clipboard

Indicates the type of PIIDetection transform.

Link copied to clipboard

The character used to replace detected PII content when redaction is enabled. The default redaction character is *.

Link copied to clipboard

Specifies whether to redact the detected PII text. When set to true, PII content is replaced with redaction characters.

Link copied to clipboard

Indicates the fraction of the data to sample when scanning for PII entities.

Link copied to clipboard

Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

Functions

Link copied to clipboard
inline fun copy(block: PiiDetection.Builder.() -> Unit = {}): PiiDetection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String