Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ModelTimeoutException
Packages that use ModelTimeoutException
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ModelTimeoutException in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that throw ModelTimeoutExceptionModifier and TypeMethodDescriptiondefault 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 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.