interface EnrichmentStrategyConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataSourcePropsMixin.EnrichmentStrategyConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataSourcePropsMixin_EnrichmentStrategyConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataSourcePropsMixin.EnrichmentStrategyConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataSourcePropsMixin.EnrichmentStrategyConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnDataSourcePropsMixin » EnrichmentStrategyConfigurationProperty |
The strategy used for performing context enrichment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const enrichmentStrategyConfigurationProperty: bedrock_mixins.CfnDataSourcePropsMixin.EnrichmentStrategyConfigurationProperty = {
method: 'method',
};
Properties
| Name | Type | Description |
|---|---|---|
| method? | string | The method used for the context enrichment strategy. |
method?
Type:
string
(optional)
The method used for the context enrichment strategy.

.NET
Go
Java
Python
TypeScript