Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ConverseRequest.Builder
Packages that use ConverseRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ConverseRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type ConverseRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ConverseResponse>BedrockRuntimeAsyncClient.converse(Consumer<ConverseRequest.Builder> converseRequest) Sends messages to the specified Amazon Bedrock model.default ConverseResponseBedrockRuntimeClient.converse(Consumer<ConverseRequest.Builder> converseRequest) Sends messages to the specified Amazon Bedrock model. -
Uses of ConverseRequest.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ConverseRequest.BuilderModifier and TypeMethodDescriptionConverseRequest.Builder.additionalModelRequestFields(Document additionalModelRequestFields) Additional inference parameters that the model supports, beyond the base set of inference parameters thatConverseandConverseStreamsupport in theinferenceConfigfield.ConverseRequest.Builder.additionalModelResponseFieldPaths(String... additionalModelResponseFieldPaths) Additional model parameters field paths to return in the response.ConverseRequest.Builder.additionalModelResponseFieldPaths(Collection<String> additionalModelResponseFieldPaths) Additional model parameters field paths to return in the response.static ConverseRequest.BuilderConverseRequest.builder()default ConverseRequest.BuilderConverseRequest.Builder.guardrailConfig(Consumer<GuardrailConfiguration.Builder> guardrailConfig) Configuration information for a guardrail that you want to use in the request.ConverseRequest.Builder.guardrailConfig(GuardrailConfiguration guardrailConfig) Configuration information for a guardrail that you want to use in the request.default ConverseRequest.BuilderConverseRequest.Builder.inferenceConfig(Consumer<InferenceConfiguration.Builder> inferenceConfig) Inference parameters to pass to the model.ConverseRequest.Builder.inferenceConfig(InferenceConfiguration inferenceConfig) Inference parameters to pass to the model.ConverseRequest.Builder.messages(Collection<Message> messages) The messages that you want to send to the model.ConverseRequest.Builder.messages(Consumer<Message.Builder>... messages) The messages that you want to send to the model.The messages that you want to send to the model.Specifies the model or throughput with which to run inference, or the prompt resource to use in inference.default ConverseRequest.BuilderConverseRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig) Output configuration for a model response.ConverseRequest.Builder.outputConfig(OutputConfig outputConfig) Output configuration for a model response.ConverseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ConverseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default ConverseRequest.BuilderConverseRequest.Builder.performanceConfig(Consumer<PerformanceConfiguration.Builder> performanceConfig) Model performance settings for the request.ConverseRequest.Builder.performanceConfig(PerformanceConfiguration performanceConfig) Model performance settings for the request.ConverseRequest.Builder.promptVariables(Map<String, PromptVariableValues> promptVariables) Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation.ConverseRequest.Builder.requestMetadata(Map<String, String> requestMetadata) Key-value pairs that you can use to filter invocation logs.default ConverseRequest.BuilderConverseRequest.Builder.serviceTier(Consumer<ServiceTier.Builder> serviceTier) Specifies the processing tier configuration used for serving the request.ConverseRequest.Builder.serviceTier(ServiceTier serviceTier) Specifies the processing tier configuration used for serving the request.ConverseRequest.Builder.system(Collection<SystemContentBlock> system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseRequest.Builder.system(Consumer<SystemContentBlock.Builder>... system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseRequest.Builder.system(SystemContentBlock... system) A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.ConverseRequest.toBuilder()default ConverseRequest.BuilderConverseRequest.Builder.toolConfig(Consumer<ToolConfiguration.Builder> toolConfig) Configuration information for the tools that the model can use when generating a response.ConverseRequest.Builder.toolConfig(ToolConfiguration toolConfig) Configuration information for the tools that the model can use when generating a response.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ConverseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConverseRequest.Builder>ConverseRequest.serializableBuilderClass()