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 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. -
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 of missing access permissions.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.classServiceQuotaExceededExceptionThe number of requests exceeds the service quota.classThrottlingExceptionThe number of requests exceeds the limit.classValidationExceptionInput validation failed.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)
-