Uses of Class
software.amazon.awssdk.services.qconnect.model.GuardrailPiiEntityConfig
-
Packages that use GuardrailPiiEntityConfig Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of GuardrailPiiEntityConfig in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type GuardrailPiiEntityConfig Modifier and Type Method Description List<GuardrailPiiEntityConfig>AIGuardrailSensitiveInformationPolicyConfig. piiEntitiesConfig()A list of PII entities to configure to the AI Guardrail.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type GuardrailPiiEntityConfig Modifier and Type Method Description AIGuardrailSensitiveInformationPolicyConfig.BuilderAIGuardrailSensitiveInformationPolicyConfig.Builder. piiEntitiesConfig(GuardrailPiiEntityConfig... piiEntitiesConfig)A list of PII entities to configure to the AI Guardrail.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type GuardrailPiiEntityConfig Modifier and Type Method Description AIGuardrailSensitiveInformationPolicyConfig.BuilderAIGuardrailSensitiveInformationPolicyConfig.Builder. piiEntitiesConfig(Collection<GuardrailPiiEntityConfig> piiEntitiesConfig)A list of PII entities to configure to the AI Guardrail.
-