Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelResponse
Packages that use InvokeModelResponse
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of InvokeModelResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return InvokeModelResponseModifier and TypeMethodDescriptiondefault InvokeModelResponseBedrockRuntimeClient.invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.default InvokeModelResponseBedrockRuntimeClient.invokeModel(InvokeModelRequest invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type InvokeModelResponseModifier and TypeMethodDescriptiondefault CompletableFuture<InvokeModelResponse>BedrockRuntimeAsyncClient.invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.default CompletableFuture<InvokeModelResponse>BedrockRuntimeAsyncClient.invokeModel(InvokeModelRequest invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.