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 classAn implementation forPromptKnowledgeBaseResponseGenerationConfigCustomParserstatic final classAn implementation forPromptMemorySummarizationConfigCustomParserstatic final classAn implementation forPromptOrchestrationConfigCustomParserstatic final classAn implementation forPromptPostProcessingConfigCustomParserstatic final classAn implementation forPromptPreProcessingConfigCustomParserstatic final classAn implementation forPromptRoutingClassifierConfigCustomParserstatic final classAn implementation forPromptStepConfigBaseMethods 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 PromptOverrideConfigurationPromptOverrideConfiguration.fromSteps(List<? extends PromptStepConfigBase> steps) (experimental) Creates a PromptOverrideConfiguration from individual step configurations.