| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailPiiEntity |
GuardrailPiiEntity.clone() |
GuardrailPiiEntity |
GuardrailPiiEntity.withAction(GuardrailSensitiveInformationAction action)
The configured guardrail action when PII entity is detected.
|
GuardrailPiiEntity |
GuardrailPiiEntity.withAction(String action)
The configured guardrail action when PII entity is detected.
|
GuardrailPiiEntity |
GuardrailPiiEntity.withType(GuardrailPiiEntityType type)
The type of PII entity.
|
GuardrailPiiEntity |
GuardrailPiiEntity.withType(String type)
The type of PII entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailPiiEntity> |
GuardrailSensitiveInformationPolicy.getPiiEntities()
The list of PII entities configured for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailSensitiveInformationPolicy |
GuardrailSensitiveInformationPolicy.withPiiEntities(GuardrailPiiEntity... piiEntities)
The list of PII entities configured for the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailSensitiveInformationPolicy.setPiiEntities(Collection<GuardrailPiiEntity> piiEntities)
The list of PII entities configured for the guardrail.
|
GuardrailSensitiveInformationPolicy |
GuardrailSensitiveInformationPolicy.withPiiEntities(Collection<GuardrailPiiEntity> piiEntities)
The list of PII entities configured for the guardrail.
|
Copyright © 2024. All rights reserved.