Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailContentFilterConfig
-
Packages that use GuardrailContentFilterConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailContentFilterConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailContentFilterConfig Modifier and Type Method Description List<GuardrailContentFilterConfig>GuardrailContentPolicyConfig. filtersConfig()Contains the type of the content filter and how strongly it should apply to prompts and model responses.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailContentFilterConfig Modifier and Type Method Description GuardrailContentPolicyConfig.BuilderGuardrailContentPolicyConfig.Builder. filtersConfig(GuardrailContentFilterConfig... filtersConfig)Contains the type of the content filter and how strongly it should apply to prompts and model responses.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailContentFilterConfig Modifier and Type Method Description GuardrailContentPolicyConfig.BuilderGuardrailContentPolicyConfig.Builder. filtersConfig(Collection<GuardrailContentFilterConfig> filtersConfig)Contains the type of the content filter and how strongly it should apply to prompts and model responses.
-