Interface CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnMemory
@Stability(Stable)
public static interface CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrockagentcore.*;
UserPreferenceOverrideExtractionConfigurationInputProperty userPreferenceOverrideExtractionConfigurationInputProperty = UserPreferenceOverrideExtractionConfigurationInputProperty.builder()
.appendToPrompt("appendToPrompt")
.modelId("modelId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The extraction configuration.The memory override for the model ID.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAppendToPrompt
The extraction configuration.- See Also:
-
getModelId
The memory override for the model ID.- See Also:
-
builder
@Stability(Stable) static CfnMemory.UserPreferenceOverrideExtractionConfigurationInputProperty.Builder builder()
-