Show / Hide Table of Contents

Class CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty

Content filter configuration in content policy.

Inheritance
object
CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty
Implements
CfnAIGuardrailPropsMixin.IGuardrailContentFilterConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Wisdom.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty : CfnAIGuardrailPropsMixin.IGuardrailContentFilterConfigProperty
Syntax (vb)
Public Class CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty Implements CfnAIGuardrailPropsMixin.IGuardrailContentFilterConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfilterconfig.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.Mixins.Preview.AWS.Wisdom.Mixins;

             var guardrailContentFilterConfigProperty = new GuardrailContentFilterConfigProperty {
                 InputStrength = "inputStrength",
                 OutputStrength = "outputStrength",
                 Type = "type"
             };

Synopsis

Constructors

GuardrailContentFilterConfigProperty()

Content filter configuration in content policy.

Properties

InputStrength

The strength of the input for the guardrail content filter.

OutputStrength

The output strength of the guardrail content filter.

Type

The type of the guardrail content filter.

Constructors

GuardrailContentFilterConfigProperty()

Content filter configuration in content policy.

public GuardrailContentFilterConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfilterconfig.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.Mixins.Preview.AWS.Wisdom.Mixins;

             var guardrailContentFilterConfigProperty = new GuardrailContentFilterConfigProperty {
                 InputStrength = "inputStrength",
                 OutputStrength = "outputStrength",
                 Type = "type"
             };

Properties

InputStrength

The strength of the input for the guardrail content filter.

public string? InputStrength { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfilterconfig.html#cfn-wisdom-aiguardrail-guardrailcontentfilterconfig-inputstrength

OutputStrength

The output strength of the guardrail content filter.

public string? OutputStrength { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfilterconfig.html#cfn-wisdom-aiguardrail-guardrailcontentfilterconfig-outputstrength

Type

The type of the guardrail content filter.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfilterconfig.html#cfn-wisdom-aiguardrail-guardrailcontentfilterconfig-type

Implements

CfnAIGuardrailPropsMixin.IGuardrailContentFilterConfigProperty
Back to top Generated by DocFX