interface UserPreferenceOverrideExtractionConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnMemoryPropsMixin.UserPreferenceOverrideExtractionConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnMemoryPropsMixin_UserPreferenceOverrideExtractionConfigurationInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnMemoryPropsMixin.UserPreferenceOverrideExtractionConfigurationInputProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnMemoryPropsMixin.UserPreferenceOverrideExtractionConfigurationInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnMemoryPropsMixin » UserPreferenceOverrideExtractionConfigurationInputProperty |
The memory override configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const userPreferenceOverrideExtractionConfigurationInputProperty: bedrockagentcore_mixins.CfnMemoryPropsMixin.UserPreferenceOverrideExtractionConfigurationInputProperty = {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| append | string | The extraction configuration. |
| model | string | The memory override for the model ID. |
appendToPrompt?
Type:
string
(optional)
The extraction configuration.
modelId?
Type:
string
(optional)
The memory override for the model ID.

.NET
Go
Java
Python
TypeScript