interface GuardrailContextualGroundingFilterConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_GuardrailContextualGroundingFilterConfigProperty |
![]() | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty |
![]() | aws_cdk.aws_wisdom.CfnAIGuardrail.GuardrailContextualGroundingFilterConfigProperty |
![]() | aws-cdk-lib » aws_wisdom » CfnAIGuardrail » 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-lib';
const guardrailContextualGroundingFilterConfigProperty: wisdom.CfnAIGuardrail.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
The threshold for this filter.
type
Type:
string
The type of this filter.