Interface CfnGuardrail.ContextualGroundingFilterConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGuardrail.ContextualGroundingFilterConfigProperty.Jsii$Proxy
- Enclosing class:
CfnGuardrail
@Stability(Stable)
public static interface CfnGuardrail.ContextualGroundingFilterConfigProperty
extends software.amazon.jsii.JsiiSerializable
The filter configuration details for the guardrails contextual grounding filter.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
ContextualGroundingFilterConfigProperty contextualGroundingFilterConfigProperty = ContextualGroundingFilterConfigProperty.builder()
.threshold(123)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGuardrail.ContextualGroundingFilterConfigPropertystatic final classAn implementation forCfnGuardrail.ContextualGroundingFilterConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getThreshold
The threshold details for the guardrails contextual grounding filter.- See Also:
-
getType
The filter details for the guardrails contextual grounding filter.- See Also:
-
builder
-