| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static GuardrailSensitiveInformationAction |
GuardrailSensitiveInformationAction.fromValue(String value)
Use this in place of valueOf.
|
static GuardrailSensitiveInformationAction |
GuardrailSensitiveInformationAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardrailSensitiveInformationAction[] |
GuardrailSensitiveInformationAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailRegex |
GuardrailRegex.withAction(GuardrailSensitiveInformationAction action)
The action taken when a match to the regular expression is detected.
|
GuardrailRegexConfig |
GuardrailRegexConfig.withAction(GuardrailSensitiveInformationAction action)
The guardrail action to configure when matching regular expression is detected.
|
GuardrailPiiEntityConfig |
GuardrailPiiEntityConfig.withAction(GuardrailSensitiveInformationAction action)
Configure guardrail action when the PII entity is detected.
|
GuardrailPiiEntity |
GuardrailPiiEntity.withAction(GuardrailSensitiveInformationAction action)
The configured guardrail action when PII entity is detected.
|
Copyright © 2024. All rights reserved.