| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrockruntime |
Describes the API operations for running inference using Bedrock models.
|
| software.amazon.awssdk.services.bedrockruntime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Void> |
BedrockRuntimeAsyncClient.invokeModelWithResponseStream(Consumer<InvokeModelWithResponseStreamRequest.Builder> invokeModelWithResponseStreamRequest,
InvokeModelWithResponseStreamResponseHandler asyncResponseHandler)
Invoke the specified Bedrock model to run inference using the input provided.
|
default CompletableFuture<Void> |
BedrockRuntimeAsyncClient.invokeModelWithResponseStream(InvokeModelWithResponseStreamRequest invokeModelWithResponseStreamRequest,
InvokeModelWithResponseStreamResponseHandler asyncResponseHandler)
Invoke the specified Bedrock model to run inference using the input provided.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeModelWithResponseStreamResponseHandler |
InvokeModelWithResponseStreamResponseHandler.Builder.build() |
Copyright © 2023. All rights reserved.