Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailPiiEntityFilter
-
Packages that use GuardrailPiiEntityFilter Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailPiiEntityFilter in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailPiiEntityFilter Modifier and Type Method Description List<GuardrailPiiEntityFilter>GuardrailSensitiveInformationPolicyAssessment. piiEntities()The PII entities in the assessment.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailPiiEntityFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. piiEntities(GuardrailPiiEntityFilter... piiEntities)The PII entities in the assessment.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailPiiEntityFilter Modifier and Type Method Description GuardrailSensitiveInformationPolicyAssessment.BuilderGuardrailSensitiveInformationPolicyAssessment.Builder. piiEntities(Collection<GuardrailPiiEntityFilter> piiEntities)The PII entities in the assessment.
-