Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailContentFilter
-
Packages that use GuardrailContentFilter Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailContentFilter in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailContentFilter Modifier and Type Method Description List<GuardrailContentFilter>GuardrailContentPolicy. filters()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 GuardrailContentFilter Modifier and Type Method Description GuardrailContentPolicy.BuilderGuardrailContentPolicy.Builder. filters(GuardrailContentFilter... filters)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 GuardrailContentFilter Modifier and Type Method Description GuardrailContentPolicy.BuilderGuardrailContentPolicy.Builder. filters(Collection<GuardrailContentFilter> filters)Contains the type of the content filter and how strongly it should apply to prompts and model responses.
-