Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeException
-
Packages that use BedrockRuntimeException Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of BedrockRuntimeException in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that throw BedrockRuntimeException Modifier and Type Method Description default 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 GetAsyncInvokeResponseBedrockRuntimeClient. getAsyncInvoke(Consumer<GetAsyncInvokeRequest.Builder> getAsyncInvokeRequest)Retrieve information about an asynchronous invocation.default GetAsyncInvokeResponseBedrockRuntimeClient. getAsyncInvoke(GetAsyncInvokeRequest getAsyncInvokeRequest)Retrieve information about an asynchronous invocation.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
Subclasses of BedrockRuntimeException in software.amazon.awssdk.services.bedrockruntime.model Modifier and Type Class Description classAccessDeniedExceptionThe request is denied because you do not have sufficient permissions to perform the requested action.classConflictExceptionError occurred because of a conflict while performing an operation.classInternalServerExceptionAn internal server error occurred.classModelErrorExceptionThe request failed due to an error while processing the model.classModelNotReadyExceptionThe model specified in the request is not ready to serve inference requests.classModelStreamErrorExceptionAn error occurred while streaming the response.classModelTimeoutExceptionThe request took too long to process.classResourceNotFoundExceptionThe specified resource ARN was not found.classServiceQuotaExceededExceptionYour request exceeds the service quota for your account.classServiceUnavailableExceptionThe service isn't currently available.classThrottlingExceptionYour request was denied due to exceeding the account quotas for Amazon Bedrock.classValidationExceptionThe input fails to satisfy the constraints specified by Amazon Bedrock.Methods in software.amazon.awssdk.services.bedrockruntime.model that return BedrockRuntimeException Modifier and Type Method Description BedrockRuntimeExceptionBedrockRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.bedrockruntime.model with parameters of type BedrockRuntimeException Constructor Description BuilderImpl(BedrockRuntimeException ex)
-