Class ManagedStrategyProps.Jsii$Proxy
- All Implemented Interfaces:
ManagedStrategyProps,MemoryStrategyCommonProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ManagedStrategyProps
ManagedStrategyProps-
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.ManagedStrategyProps
ManagedStrategyProps.Builder, ManagedStrategyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ManagedStrategyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theManagedStrategyProps.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 OverrideConfigThe configuration for the custom consolidation.final OverrideConfigThe configuration for the custom extraction.final StringThe description of the strategy.The namespaces for the strategy Represents a namespace for organizing memory data Use a hierarchical format separated by forward slashes (/).Configuration for episodic memory reflection (only applicable for EPISODIC strategy type) Defines additional namespaces for reflection-based episodic recall.final StringThe name for the 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 theManagedStrategyProps.Builder.
-
-
Method Details
-
getNamespaces
Description copied from interface:ManagedStrategyPropsThe namespaces for the strategy Represents a namespace for organizing memory data Use a hierarchical format separated by forward slashes (/).Use a hierarchical format separated by forward slashes (/) to organize namespaces logically. You can include these defined variables:
- {sessionId} - the user identifier to be created in the CreateEvent API
- {memoryStrategyId} - an identifier for an extraction strategy
- {sessionId} - an identifier for each session
Example namespace path: /strategies/{memoryStrategyId}/actions/{actionId}/sessions/{sessionId}
After memory creation, this namespace might look like: /actor/actor-3afc5aa8fef9/strategy/summarization-fy5c5fwc7/session/session-qj7tpd1kvr8
- Specified by:
getNamespacesin interfaceManagedStrategyProps
-
getCustomConsolidation
Description copied from interface:ManagedStrategyPropsThe configuration for the custom consolidation.This configuration provides customization to how the model identifies and extracts relevant information for memory storage.
Default: - No custom extraction
- Specified by:
getCustomConsolidationin interfaceManagedStrategyProps
-
getCustomExtraction
Description copied from interface:ManagedStrategyPropsThe configuration for the custom extraction.This configuration provides customization to how the model identifies and extracts relevant information for memory storage.
Default: - No custom extraction
- Specified by:
getCustomExtractionin interfaceManagedStrategyProps
-
getReflectionConfiguration
Description copied from interface:ManagedStrategyPropsConfiguration for episodic memory reflection (only applicable for EPISODIC strategy type) Defines additional namespaces for reflection-based episodic recall.Default: - No reflection configuration
- Specified by:
getReflectionConfigurationin interfaceManagedStrategyProps
-
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()
-