Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailPiiEntityFilter
-
Packages that use GuardrailPiiEntityFilter Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 GuardrailPiiEntityFilter Modifier and Type Method Description 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 GuardrailPiiEntityFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.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 GuardrailPiiEntityFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. piiEntities(Collection<GuardrailPiiEntityFilter> piiEntities)The details of the PII entities used in the sensitive policy assessment for the Guardrail.
-