Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PromptConfiguration.Builder
Packages that use PromptConfiguration.Builder
-
Uses of PromptConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptConfiguration.BuilderModifier and TypeMethodDescriptionPromptConfiguration.Builder.additionalModelRequestFields(Document additionalModelRequestFields) If the Converse or ConverseStream operations support the model,additionalModelRequestFieldscontains additional inference parameters, beyond the base set of inference parameters in theinferenceConfigurationfield.PromptConfiguration.Builder.basePromptTemplate(String basePromptTemplate) Defines the prompt template with which to replace the default prompt template.static PromptConfiguration.BuilderPromptConfiguration.builder()PromptConfiguration.Builder.foundationModel(String foundationModel) The foundation model to use.default PromptConfiguration.BuilderPromptConfiguration.Builder.inferenceConfiguration(Consumer<InferenceConfiguration.Builder> inferenceConfiguration) Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by thepromptType.PromptConfiguration.Builder.inferenceConfiguration(InferenceConfiguration inferenceConfiguration) Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by thepromptType.PromptConfiguration.Builder.parserMode(String parserMode) Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.PromptConfiguration.Builder.parserMode(CreationMode parserMode) Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.PromptConfiguration.Builder.promptCreationMode(String promptCreationMode) Specifies whether to override the default prompt template for thispromptType.PromptConfiguration.Builder.promptCreationMode(CreationMode promptCreationMode) Specifies whether to override the default prompt template for thispromptType.PromptConfiguration.Builder.promptState(String promptState) Specifies whether to allow the inline agent to carry out the step specified in thepromptType.PromptConfiguration.Builder.promptState(PromptState promptState) Specifies whether to allow the inline agent to carry out the step specified in thepromptType.PromptConfiguration.Builder.promptType(String promptType) The step in the agent sequence that this prompt configuration applies to.PromptConfiguration.Builder.promptType(PromptType promptType) The step in the agent sequence that this prompt configuration applies to.PromptConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptConfiguration.Builder>PromptConfiguration.serializableBuilderClass()