Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailCustomWord
Packages that use GuardrailCustomWord
-
Uses of GuardrailCustomWord in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailCustomWordModifier and TypeMethodDescriptionfinal List<GuardrailCustomWord>GuardrailWordPolicyAssessment.customWords()Custom words in the assessment.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailCustomWordModifier and TypeMethodDescriptionGuardrailWordPolicyAssessment.Builder.customWords(GuardrailCustomWord... customWords) Custom words in the assessment.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailCustomWordModifier and TypeMethodDescriptionGuardrailWordPolicyAssessment.Builder.customWords(Collection<GuardrailCustomWord> customWords) Custom words in the assessment.