Interface CfnGuardrail.IContentFiltersTierConfigProperty
The tier that your guardrail uses for content filters.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGuardrail.IContentFiltersTierConfigProperty
Syntax (vb)
Public Interface CfnGuardrail.IContentFiltersTierConfigProperty
Remarks
Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var contentFiltersTierConfigProperty = new ContentFiltersTierConfigProperty {
TierName = "tierName"
};
Synopsis
Properties
| TierName | The tier that your guardrail uses for content filters. Valid values include:. |
Properties
TierName
The tier that your guardrail uses for content filters. Valid values include:.
string TierName { get; }