Values.AIGuardrailSensitiveInformationPolicyConfigSourceContains details about PII entities and regular expressions to configure for the AI Guardrail.
type nonrec t = {piiEntitiesConfig : GuardrailPiiEntitiesConfig.t option;A list of PII entities to configure to the AI Guardrail.
*)regexesConfig : GuardrailRegexesConfig.t option;A list of regular expressions to configure to the AI Guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of GuardrailRegexName.t ])
list ]
list ])
list ]