Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailContextualGroundingFilter
-
Packages that use GuardrailContextualGroundingFilter Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailContextualGroundingFilter in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailContextualGroundingFilter Modifier and Type Method Description List<GuardrailContextualGroundingFilter>GuardrailContextualGroundingPolicyAssessment. filters()The filter details for the guardrails contextual grounding filter.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailContextualGroundingFilter Modifier and Type Method Description GuardrailContextualGroundingPolicyAssessment.BuilderGuardrailContextualGroundingPolicyAssessment.Builder. filters(GuardrailContextualGroundingFilter... filters)The filter details for the guardrails contextual grounding filter.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailContextualGroundingFilter Modifier and Type Method Description GuardrailContextualGroundingPolicyAssessment.BuilderGuardrailContextualGroundingPolicyAssessment.Builder. filters(Collection<GuardrailContextualGroundingFilter> filters)The filter details for the guardrails contextual grounding filter.
-