Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailWordConfig
-
Packages that use GuardrailWordConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailWordConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailWordConfig Modifier and Type Method Description List<GuardrailWordConfig>GuardrailWordPolicyConfig. wordsConfig()A list of words to configure for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailWordConfig Modifier and Type Method Description GuardrailWordPolicyConfig.BuilderGuardrailWordPolicyConfig.Builder. wordsConfig(GuardrailWordConfig... wordsConfig)A list of words to configure for the guardrail.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailWordConfig Modifier and Type Method Description GuardrailWordPolicyConfig.BuilderGuardrailWordPolicyConfig.Builder. wordsConfig(Collection<GuardrailWordConfig> wordsConfig)A list of words to configure for the guardrail.
-