interface GuardrailContextualGroundingFilterConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wisdom.CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswisdom#CfnAIGuardrailPropsMixin_GuardrailContextualGroundingFilterConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_wisdom.CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wisdom » CfnAIGuardrailPropsMixin » GuardrailContextualGroundingFilterConfigProperty |
A configuration for grounding filter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from '@aws-cdk/cfn-property-mixins';
const guardrailContextualGroundingFilterConfigProperty: wisdom.CfnAIGuardrailPropsMixin.GuardrailContextualGroundingFilterConfigProperty = {
threshold: 123,
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| threshold? | number | The threshold for this filter. |
| type? | string | The type of this filter. |
threshold?
Type:
number
(optional, default: 0)
The threshold for this filter.
type?
Type:
string
(optional)
The type of this filter.

.NET
Go
Java
Python
TypeScript