Interface CfnGuardrail.TopicsTierConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGuardrail.TopicsTierConfigProperty.Jsii$Proxy
- Enclosing class:
CfnGuardrail
@Stability(Stable)
public static interface CfnGuardrail.TopicsTierConfigProperty
extends software.amazon.jsii.JsiiSerializable
The tier that your guardrail uses for denied topic filters.
Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.
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.*;
TopicsTierConfigProperty topicsTierConfigProperty = TopicsTierConfigProperty.builder()
.tierName("tierName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGuardrail.TopicsTierConfigPropertystatic final classAn implementation forCfnGuardrail.TopicsTierConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The tier that your guardrail uses for denied topic filters.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTierName
The tier that your guardrail uses for denied topic filters. Valid values include:.CLASSICtier – Provides established guardrails functionality supporting English, French, and Spanish languages.STANDARDtier – Provides a more robust solution than theCLASSICtier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference .
- See Also:
-
builder
-