Interface CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAIGuardrail
@Stability(Stable)
public static interface CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty
extends software.amazon.jsii.JsiiSerializable
A configuration for 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.wisdom.*;
GuardrailContextualGroundingFilterConfigProperty guardrailContextualGroundingFilterConfigProperty = GuardrailContextualGroundingFilterConfigProperty.builder()
.threshold(123)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getThreshold
The threshold for this filter.Default: - 0
- See Also:
-
getType
The type of this filter.- See Also:
-
builder
@Stability(Stable) static CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty.Builder builder()
-