Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ConverseResponse
Packages that use ConverseResponse
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ConverseResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return ConverseResponseModifier and TypeMethodDescriptiondefault ConverseResponseBedrockRuntimeClient.converse(Consumer<ConverseRequest.Builder> converseRequest) Sends messages to the specified Amazon Bedrock model.default ConverseResponseBedrockRuntimeClient.converse(ConverseRequest converseRequest) Sends messages to the specified Amazon Bedrock model.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type ConverseResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ConverseResponse>BedrockRuntimeAsyncClient.converse(Consumer<ConverseRequest.Builder> converseRequest) Sends messages to the specified Amazon Bedrock model.default CompletableFuture<ConverseResponse>BedrockRuntimeAsyncClient.converse(ConverseRequest converseRequest) Sends messages to the specified Amazon Bedrock model.