Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterstierconfig.html

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; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterstierconfig.html#cfn-bedrock-guardrail-contentfilterstierconfig-tiername

    Back to top Generated by DocFX