Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeException
Packages that use BedrockRuntimeException
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of BedrockRuntimeException in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that throw BedrockRuntimeExceptionModifier and TypeMethodDescriptiondefault ApplyGuardrailResponseBedrockRuntimeClient.applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest) The action to apply a guardrail.default ApplyGuardrailResponseBedrockRuntimeClient.applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest) The action to apply a guardrail.default ConverseResponseBedrockRuntimeClient.converse(Consumer<ConverseRequest.Builder> converseRequest) Sends messages to the specified Amazon Bedrock model.default ConverseResponseBedrockRuntimeClient.converse(ConverseRequest converseRequest) Sends messages to the specified Amazon Bedrock model.default CountTokensResponseBedrockRuntimeClient.countTokens(Consumer<CountTokensRequest.Builder> countTokensRequest) Returns the token count for a given inference request.default CountTokensResponseBedrockRuntimeClient.countTokens(CountTokensRequest countTokensRequest) Returns the token count for a given inference request.default GetAsyncInvokeResponseBedrockRuntimeClient.getAsyncInvoke(Consumer<GetAsyncInvokeRequest.Builder> getAsyncInvokeRequest) Retrieve information about an asynchronous invocation.default GetAsyncInvokeResponseBedrockRuntimeClient.getAsyncInvoke(GetAsyncInvokeRequest getAsyncInvokeRequest) Retrieve information about an asynchronous invocation.default InvokeGuardrailChecksResponseBedrockRuntimeClient.invokeGuardrailChecks(Consumer<InvokeGuardrailChecksRequest.Builder> invokeGuardrailChecksRequest) Evaluates messages against inline guardrail checks.default InvokeGuardrailChecksResponseBedrockRuntimeClient.invokeGuardrailChecks(InvokeGuardrailChecksRequest invokeGuardrailChecksRequest) Evaluates messages against inline guardrail checks.default InvokeModelResponseBedrockRuntimeClient.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 InvokeModelResponseBedrockRuntimeClient.invokeModel(InvokeModelRequest invokeModelRequest) Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body.default ListAsyncInvokesResponseBedrockRuntimeClient.listAsyncInvokes(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) Lists asynchronous invocations.default ListAsyncInvokesResponseBedrockRuntimeClient.listAsyncInvokes(ListAsyncInvokesRequest listAsyncInvokesRequest) Lists asynchronous invocations.default ListAsyncInvokesIterableBedrockRuntimeClient.listAsyncInvokesPaginator(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) This is a variant ofBedrockRuntimeClient.listAsyncInvokes(software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest)operation.default ListAsyncInvokesIterableBedrockRuntimeClient.listAsyncInvokesPaginator(ListAsyncInvokesRequest listAsyncInvokesRequest) This is a variant ofBedrockRuntimeClient.listAsyncInvokes(software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest)operation.default StartAsyncInvokeResponseBedrockRuntimeClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) Starts an asynchronous invocation.default StartAsyncInvokeResponseBedrockRuntimeClient.startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest) Starts an asynchronous invocation. -
Uses of BedrockRuntimeException in software.amazon.awssdk.services.bedrockruntime.model
Modifier and TypeClassDescriptionfinal classThe request is denied because you do not have sufficient permissions to perform the requested action.final classError occurred because of a conflict while performing an operation.final classAn internal server error occurred.final classThe request failed due to an error while processing the model.final classThe model specified in the request is not ready to serve inference requests.final classAn error occurred while streaming the response.final classThe request took too long to process.final classThe specified resource ARN was not found.final classYour request exceeds the service quota for your account.final classThe service isn't currently available.final classYour request was denied due to exceeding the account quotas for Amazon Bedrock.final classThe input fails to satisfy the constraints specified by Amazon Bedrock.Methods in software.amazon.awssdk.services.bedrockruntime.model that return BedrockRuntimeExceptionConstructors in software.amazon.awssdk.services.bedrockruntime.model with parameters of type BedrockRuntimeException