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