interface UserPreferenceOverrideConsolidationConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnMemory.UserPreferenceOverrideConsolidationConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnMemory_UserPreferenceOverrideConsolidationConfigurationInputProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnMemory.UserPreferenceOverrideConsolidationConfigurationInputProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnMemory.UserPreferenceOverrideConsolidationConfigurationInputProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnMemory » UserPreferenceOverrideConsolidationConfigurationInputProperty |
The configuration input.
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 userPreferenceOverrideConsolidationConfigurationInputProperty: bedrockagentcore.CfnMemory.UserPreferenceOverrideConsolidationConfigurationInputProperty = {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| append | string | The memory configuration. |
| model | string | The memory override configuration model ID. |
appendToPrompt
Type:
string
The memory configuration.
modelId
Type:
string
The memory override configuration model ID.

.NET
Go
Java
Python
TypeScript