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 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.
|