Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailContentFilter
Packages that use GuardrailContentFilter
-
Uses of GuardrailContentFilter in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailContentFilterModifier and TypeMethodDescriptionfinal List<GuardrailContentFilter>GuardrailContentPolicyAssessment.filters()The filter details of the policy assessment used in the Guardrails filter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailContentFilterModifier and TypeMethodDescriptionGuardrailContentPolicyAssessment.Builder.filters(GuardrailContentFilter... filters) The filter details of the policy assessment used in the Guardrails filter.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type GuardrailContentFilterModifier and TypeMethodDescriptionGuardrailContentPolicyAssessment.Builder.filters(Collection<GuardrailContentFilter> filters) The filter details of the policy assessment used in the Guardrails filter.