interface UserPreferenceOverrideExtractionConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnMemory_UserPreferenceOverrideExtractionConfigurationInputProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnMemory » 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 { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const userPreferenceOverrideExtractionConfigurationInputProperty: bedrockagentcore.CfnMemory.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
The extraction configuration.
modelId
Type:
string
The memory override for the model ID.

.NET
Go
Java
Python
TypeScript