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