| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrockruntime |
Describes the API operations for running inference using Bedrock models.
|
| Modifier and Type | Method and Description |
|---|---|
default InvokeModelResponse |
BedrockRuntimeClient.invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
default InvokeModelResponse |
BedrockRuntimeClient.invokeModel(InvokeModelRequest invokeModelRequest)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InvokeModelResponse> |
BedrockRuntimeAsyncClient.invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
default CompletableFuture<InvokeModelResponse> |
BedrockRuntimeAsyncClient.invokeModel(InvokeModelRequest invokeModelRequest)
Invokes the specified Bedrock model to run inference using the input provided in the request body.
|
Copyright © 2023. All rights reserved.