| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailCustomWord |
GuardrailCustomWord.clone() |
GuardrailCustomWord |
GuardrailCustomWord.withAction(GuardrailWordPolicyAction action)
The action for the custom word.
|
GuardrailCustomWord |
GuardrailCustomWord.withAction(String action)
The action for the custom word.
|
GuardrailCustomWord |
GuardrailCustomWord.withMatch(String match)
The match for the custom word.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailCustomWord> |
GuardrailWordPolicyAssessment.getCustomWords()
Custom words in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailWordPolicyAssessment |
GuardrailWordPolicyAssessment.withCustomWords(GuardrailCustomWord... customWords)
Custom words in the assessment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailWordPolicyAssessment.setCustomWords(Collection<GuardrailCustomWord> customWords)
Custom words in the assessment.
|
GuardrailWordPolicyAssessment |
GuardrailWordPolicyAssessment.withCustomWords(Collection<GuardrailCustomWord> customWords)
Custom words in the assessment.
|
Copyright © 2024. All rights reserved.