| Package | Description |
|---|---|
| com.amazonaws.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.clone() |
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.withAction(GuardrailContextualGroundingPolicyAction action)
The action performed by the guardrails contextual grounding filter.
|
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.withAction(String action)
The action performed by the guardrails contextual grounding filter.
|
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.withScore(Double score)
The score generated by contextual grounding filter.
|
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.withThreshold(Double threshold)
The threshold used by contextual grounding filter to determine whether the content is grounded or not.
|
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.withType(GuardrailContextualGroundingFilterType type)
The contextual grounding filter type.
|
GuardrailContextualGroundingFilter |
GuardrailContextualGroundingFilter.withType(String type)
The contextual grounding filter type.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailContextualGroundingFilter> |
GuardrailContextualGroundingPolicyAssessment.getFilters()
The filter details for the guardrails contextual grounding filter.
|
| Modifier and Type | Method and Description |
|---|---|
GuardrailContextualGroundingPolicyAssessment |
GuardrailContextualGroundingPolicyAssessment.withFilters(GuardrailContextualGroundingFilter... filters)
The filter details for the guardrails contextual grounding filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardrailContextualGroundingPolicyAssessment.setFilters(Collection<GuardrailContextualGroundingFilter> filters)
The filter details for the guardrails contextual grounding filter.
|
GuardrailContextualGroundingPolicyAssessment |
GuardrailContextualGroundingPolicyAssessment.withFilters(Collection<GuardrailContextualGroundingFilter> filters)
The filter details for the guardrails contextual grounding filter.
|
Copyright © 2025. All rights reserved.