Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailContentFilter
-
Packages that use GuardrailContentFilter Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 GuardrailContentFilter Modifier and Type Method Description 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 GuardrailContentFilter Modifier and Type Method Description GuardrailContentPolicyAssessment.BuilderGuardrailContentPolicyAssessment.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 GuardrailContentFilter Modifier and Type Method Description GuardrailContentPolicyAssessment.BuilderGuardrailContentPolicyAssessment.Builder. filters(Collection<GuardrailContentFilter> filters)The filter details of the policy assessment used in the Guardrails filter.
-