Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailPiiEntityFilter
Packages that use GuardrailPiiEntityFilter
-
Uses of GuardrailPiiEntityFilter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailPiiEntityFilterModifier and TypeMethodDescriptionfinal List<GuardrailPiiEntityFilter>GuardrailSensitiveInformationPolicyAssessment.piiEntities()The details of the PII entities used in the sensitive policy assessment for the Guardrail.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailPiiEntityFilterModifier and TypeMethodDescriptionGuardrailSensitiveInformationPolicyAssessment.Builder.piiEntities(GuardrailPiiEntityFilter... piiEntities) The details of the PII entities used in the sensitive policy assessment for the Guardrail.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailPiiEntityFilterModifier and TypeMethodDescriptionGuardrailSensitiveInformationPolicyAssessment.Builder.piiEntities(Collection<GuardrailPiiEntityFilter> piiEntities) The details of the PII entities used in the sensitive policy assessment for the Guardrail.