interface ContentFiltersTierConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnGuardrail.ContentFiltersTierConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnGuardrail_ContentFiltersTierConfigProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnGuardrail.ContentFiltersTierConfigProperty |
![]() | aws_cdk.aws_bedrock.CfnGuardrail.ContentFiltersTierConfigProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnGuardrail » ContentFiltersTierConfigProperty |
The tier that your guardrail uses for content 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 { aws_bedrock as bedrock } from 'aws-cdk-lib';
const contentFiltersTierConfigProperty: bedrock.CfnGuardrail.ContentFiltersTierConfigProperty = {
tierName: 'tierName',
};
Properties
Name | Type | Description |
---|---|---|
tier | string | The tier that your guardrail uses for content filters. Valid values include:. |
tierName
Type:
string
The tier that your guardrail uses for content filters. Valid values include:.
CLASSIC
tier – Provides established guardrails functionality supporting English, French, and Spanish languages.STANDARD
tier – Provides a more robust solution than theCLASSIC
tier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference .