Uses of Class
software.amazon.awscdk.services.bedrock.alpha.PromptRoutingClassifierConfigCustomParser.Builder
Packages that use PromptRoutingClassifierConfigCustomParser.Builder
-
Uses of PromptRoutingClassifierConfigCustomParser.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return PromptRoutingClassifierConfigCustomParser.BuilderModifier and TypeMethodDescriptionPromptRoutingClassifierConfigCustomParser.builder()
PromptRoutingClassifierConfigCustomParser.Builder.customPromptTemplate
(String customPromptTemplate) Sets the value ofPromptStepConfigBase.getCustomPromptTemplate()
PromptRoutingClassifierConfigCustomParser.Builder.foundationModel
(IBedrockInvokable foundationModel) Sets the value ofPromptRoutingClassifierConfigCustomParser.getFoundationModel()
PromptRoutingClassifierConfigCustomParser.Builder.inferenceConfig
(InferenceConfiguration inferenceConfig) Sets the value ofPromptStepConfigBase.getInferenceConfig()
PromptRoutingClassifierConfigCustomParser.Builder.stepEnabled
(Boolean stepEnabled) Sets the value ofPromptStepConfigBase.getStepEnabled()
PromptRoutingClassifierConfigCustomParser.Builder.stepType
(AgentStepType stepType) Sets the value ofPromptStepConfigBase.getStepType()
PromptRoutingClassifierConfigCustomParser.Builder.useCustomParser
(Boolean useCustomParser) Sets the value ofPromptStepConfigBase.getUseCustomParser()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type PromptRoutingClassifierConfigCustomParser.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by thePromptRoutingClassifierConfigCustomParser.Builder
.