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