Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.ManagedStrategyProps
Packages that use ManagedStrategyProps
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ManagedStrategyProps in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement ManagedStrategyPropsMethods in software.amazon.awscdk.services.bedrockagentcore that return ManagedStrategyPropsModifier and TypeMethodDescriptionManagedStrategyProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ManagedStrategyPropsModifier and TypeMethodDescriptionstatic ManagedMemoryStrategyMemoryStrategy.usingEpisodic(ManagedStrategyProps config) Creates an episodic memory strategy with custom configuration.static ManagedMemoryStrategyMemoryStrategy.usingSemantic(ManagedStrategyProps config) Creates a semantic memory strategy with custom configuration.static ManagedMemoryStrategyMemoryStrategy.usingSummarization(ManagedStrategyProps config) Creates a summarization memory strategy with custom configuration.static ManagedMemoryStrategyMemoryStrategy.usingUserPreference(ManagedStrategyProps config) Creates a user preference memory strategy with custom configuration.Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type ManagedStrategyPropsModifierConstructorDescriptionManagedMemoryStrategy(MemoryStrategyType strategyType, ManagedStrategyProps props) Constructor to create a new managed memory strategy.