Class CfnAIGuardrailPropsMixin.GuardrailContentFilterConfigProperty
Content filter configuration in content policy.
Inherited Members
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
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
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
Remarks
OutputStrength
The output strength of the guardrail content filter.
public string? OutputStrength { get; set; }
Property Value
Remarks
Type
The type of the guardrail content filter.
public string? Type { get; set; }