Class SelfManagedStrategyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.SelfManagedStrategyProps.Jsii$Proxy
- All Implemented Interfaces:
MemoryStrategyCommonProps,SelfManagedStrategyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SelfManagedStrategyProps
@Stability(Stable)
@Internal
public static final class SelfManagedStrategyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SelfManagedStrategyProps
An implementation for
SelfManagedStrategyProps-
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.SelfManagedStrategyProps
SelfManagedStrategyProps.Builder, SelfManagedStrategyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSelfManagedStrategyProps.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 description of the strategy.final NumberDefine the number of previous events to be included when processing memory.final InvocationConfigurationInvocation configuration for self managed memory strategy.final StringThe name for the strategy.final TriggerConditionsTrigger conditions for self managed memory strategy.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 theSelfManagedStrategyProps.Builder.
-
-
Method Details
-
getInvocationConfiguration
Description copied from interface:SelfManagedStrategyPropsInvocation configuration for self managed memory strategy.- Specified by:
getInvocationConfigurationin interfaceSelfManagedStrategyProps
-
getHistoricalContextWindowSize
Description copied from interface:SelfManagedStrategyPropsDefine the number of previous events to be included when processing memory.A larger history window provides more context from past conversations.
Default: 4
- Specified by:
getHistoricalContextWindowSizein interfaceSelfManagedStrategyProps
-
getTriggerConditions
Description copied from interface:SelfManagedStrategyPropsTrigger conditions for self managed memory strategy.Default: - undefined
- Specified by:
getTriggerConditionsin interfaceSelfManagedStrategyProps
-
getStrategyName
Description copied from interface:MemoryStrategyCommonPropsThe name for the strategy.- Specified by:
getStrategyNamein interfaceMemoryStrategyCommonProps
-
getDescription
Description copied from interface:MemoryStrategyCommonPropsThe description of the strategy.Default: - No description
- Specified by:
getDescriptionin interfaceMemoryStrategyCommonProps
-
$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()
-