default ConverseResponse |
BedrockRuntimeClient.converse(Consumer<ConverseRequest.Builder> converseRequest) |
Sends messages to the specified Amazon Bedrock model.
|
default ConverseResponse |
BedrockRuntimeClient.converse(ConverseRequest converseRequest) |
Sends messages to the specified Amazon Bedrock model.
|
default InvokeModelResponse |
BedrockRuntimeClient.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 InvokeModelResponse |
BedrockRuntimeClient.invokeModel(InvokeModelRequest invokeModelRequest) |
Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in
the request body.
|
default StartAsyncInvokeResponse |
BedrockRuntimeClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) |
Starts an asynchronous invocation.
|
default StartAsyncInvokeResponse |
BedrockRuntimeClient.startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest) |
Starts an asynchronous invocation.
|