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