interface AIGuardrailContextualGroundingPolicyConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_AIGuardrailContextualGroundingPolicyConfigProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty |
Python | aws_cdk.aws_wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIGuardrail » AIGuardrailContextualGroundingPolicyConfigProperty |
Contextual grounding policy config for a guardrail.
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 aIGuardrailContextualGroundingPolicyConfigProperty: wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty = {
filtersConfig: [{
threshold: 123,
type: 'type',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| filters | IResolvable | (IResolvable | Guardrail)[] | List of contextual grounding filter configs. |
filtersConfig
Type:
IResolvable | (IResolvable | Guardrail)[]
List of contextual grounding filter configs.

.NET
Go
Java
Python
TypeScript