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