default ApplyGuardrailResponse |
BedrockRuntimeClient.applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest) |
The action to apply a guardrail.
|
default ApplyGuardrailResponse |
BedrockRuntimeClient.applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest) |
The action to apply a guardrail.
|
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 GetAsyncInvokeResponse |
BedrockRuntimeClient.getAsyncInvoke(Consumer<GetAsyncInvokeRequest.Builder> getAsyncInvokeRequest) |
Retrieve information about an asynchronous invocation.
|
default GetAsyncInvokeResponse |
BedrockRuntimeClient.getAsyncInvoke(GetAsyncInvokeRequest getAsyncInvokeRequest) |
Retrieve information about an asynchronous invocation.
|
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 ListAsyncInvokesResponse |
BedrockRuntimeClient.listAsyncInvokes(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) |
Lists asynchronous invocations.
|
default ListAsyncInvokesResponse |
BedrockRuntimeClient.listAsyncInvokes(ListAsyncInvokesRequest listAsyncInvokesRequest) |
Lists asynchronous invocations.
|
default ListAsyncInvokesIterable |
BedrockRuntimeClient.listAsyncInvokesPaginator(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) |
|
default ListAsyncInvokesIterable |
BedrockRuntimeClient.listAsyncInvokesPaginator(ListAsyncInvokesRequest listAsyncInvokesRequest) |
|
default StartAsyncInvokeResponse |
BedrockRuntimeClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) |
Starts an asynchronous invocation.
|
default StartAsyncInvokeResponse |
BedrockRuntimeClient.startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest) |
Starts an asynchronous invocation.
|