| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailPiiEntityConfig |
GuardrailPiiEntityConfig.clone() |
GuardrailPiiEntityConfig |
GuardrailPiiEntityConfig.withAction(GuardrailSensitiveInformationAction action)
Configure guardrail action when the PII entity is detected.
|
GuardrailPiiEntityConfig |
GuardrailPiiEntityConfig.withAction(String action)
Configure guardrail action when the PII entity is detected.
|
GuardrailPiiEntityConfig |
GuardrailPiiEntityConfig.withType(GuardrailPiiEntityType type)
Configure guardrail type when the PII entity is detected.
|
GuardrailPiiEntityConfig |
GuardrailPiiEntityConfig.withType(String type)
Configure guardrail type when the PII entity is detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailPiiEntityConfig> |
GuardrailSensitiveInformationPolicyConfig.getPiiEntitiesConfig()
A list of PII entities to configure to the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withPiiEntitiesConfig(GuardrailPiiEntityConfig... piiEntitiesConfig)
A list of PII entities to configure to the guardrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailSensitiveInformationPolicyConfig.setPiiEntitiesConfig(Collection<GuardrailPiiEntityConfig> piiEntitiesConfig)
A list of PII entities to configure to the guardrail.
|
GuardrailSensitiveInformationPolicyConfig |
GuardrailSensitiveInformationPolicyConfig.withPiiEntitiesConfig(Collection<GuardrailPiiEntityConfig> piiEntitiesConfig)
A list of PII entities to configure to the guardrail.
|
Copyright © 2024. All rights reserved.