GuardrailSensitiveInformationPolicyConfig

data class GuardrailSensitiveInformationPolicyConfig(val piiEntitiesConfig: List<GuardrailPiiEntityConfig>? = null, val regexesConfig: List<GuardrailRegexConfig>? = null)

Sensitive information policy config for a guardrail.

Constructors

constructor(piiEntitiesConfig: List<GuardrailPiiEntityConfig>? = null, regexesConfig: List<GuardrailRegexConfig>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of entities.

Link copied to clipboard

List of regex.