Uses of Interface
software.amazon.awscdk.services.bedrock.alpha.PromptStepConfigBase
Packages that use PromptStepConfigBase
-
Uses of PromptStepConfigBase in software.amazon.awscdk.services.bedrock.alpha
Subinterfaces of PromptStepConfigBase in software.amazon.awscdk.services.bedrock.alphaModifier and TypeInterfaceDescriptioninterface
(experimental) Configuration for the knowledge base response generation step.interface
(experimental) Configuration for the memory summarization step.interface
(experimental) Configuration for the orchestration step.interface
(experimental) Configuration for the post-processing step.interface
(experimental) Configuration for the pre-processing step.interface
(experimental) Configuration for the routing classifier step.Classes in software.amazon.awscdk.services.bedrock.alpha that implement PromptStepConfigBaseModifier and TypeClassDescriptionstatic final class
An implementation forPromptKnowledgeBaseResponseGenerationConfigCustomParser
static final class
An implementation forPromptMemorySummarizationConfigCustomParser
static final class
An implementation forPromptOrchestrationConfigCustomParser
static final class
An implementation forPromptPostProcessingConfigCustomParser
static final class
An implementation forPromptPreProcessingConfigCustomParser
static final class
An implementation forPromptRoutingClassifierConfigCustomParser
static final class
An implementation forPromptStepConfigBase
Methods in software.amazon.awscdk.services.bedrock.alpha that return PromptStepConfigBaseModifier and TypeMethodDescriptionPromptStepConfigBase.Builder.build()
Builds the configured instance.Method parameters in software.amazon.awscdk.services.bedrock.alpha with type arguments of type PromptStepConfigBaseModifier and TypeMethodDescriptionstatic PromptOverrideConfiguration
PromptOverrideConfiguration.fromSteps
(List<? extends PromptStepConfigBase> steps) (experimental) Creates a PromptOverrideConfiguration from individual step configurations.