Class CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty
A configuration for grounding filter.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Wisdom
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty : CfnAIGuardrailPropsMixin.IGuardrailContextualGroundingFilterConfigProperty
Syntax (vb)
Public Class CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty Implements CfnAIGuardrailPropsMixin.IGuardrailContextualGroundingFilterConfigProperty
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.CfnPropertyMixins.AWS.Wisdom;
var guardrailContextualGroundingFilterConfigProperty = new GuardrailContextualGroundingFilterConfigProperty {
Threshold = 123,
Type = "type"
};
Synopsis
Constructors
| GuardrailContextualGroundingFilterConfigProperty() | A configuration for grounding filter. |
Properties
| Threshold | The threshold for this filter. |
| Type | The type of this filter. |
Constructors
GuardrailContextualGroundingFilterConfigProperty()
A configuration for grounding filter.
public GuardrailContextualGroundingFilterConfigProperty()
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.CfnPropertyMixins.AWS.Wisdom;
var guardrailContextualGroundingFilterConfigProperty = new GuardrailContextualGroundingFilterConfigProperty {
Threshold = 123,
Type = "type"
};
Properties
Threshold
The threshold for this filter.
public double? Threshold { get; set; }
Property Value
Remarks
Type
The type of this filter.
public string? Type { get; set; }