Class OverrideConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.OverrideConfig.Jsii$Proxy
- All Implemented Interfaces:
OverrideConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OverrideConfig
@Stability(Stable)
@Internal
public static final class OverrideConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OverrideConfig
An implementation for
OverrideConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.OverrideConfig
OverrideConfig.Builder, OverrideConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(OverrideConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theOverrideConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe prompt that will be appended to the system prompt to define the model's memory consolidation/extraction strategy.final IModelgetModel()The model to use for consolidation/extraction.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theOverrideConfig.Builder.
-
-
Method Details
-
getAppendToPrompt
Description copied from interface:OverrideConfigThe prompt that will be appended to the system prompt to define the model's memory consolidation/extraction strategy.This configuration provides customization to how the model identifies and extracts relevant information for memory storage. You can use the default user prompt or create a customized one.
- Specified by:
getAppendToPromptin interfaceOverrideConfig- See Also:
-
getModel
Description copied from interface:OverrideConfigThe model to use for consolidation/extraction.- Specified by:
getModelin interfaceOverrideConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-