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

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

The name of the transform node.

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

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