Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ServiceUnavailableException
Packages that use ServiceUnavailableException
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ServiceUnavailableException in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that throw ServiceUnavailableExceptionModifier 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 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 StartAsyncInvokeResponseBedrockRuntimeClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) Starts an asynchronous invocation.default StartAsyncInvokeResponseBedrockRuntimeClient.startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest) Starts an asynchronous invocation.