interface AIGuardrailContextualGroundingPolicyConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_AIGuardrailContextualGroundingPolicyConfigProperty |
![]() | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty |
![]() | aws_cdk.aws_wisdom.CfnAIGuardrail.AIGuardrailContextualGroundingPolicyConfigProperty |
![]() | 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.