Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeException
-
Packages that use BedrockAgentRuntimeException Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of BedrockAgentRuntimeException in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that throw BedrockAgentRuntimeException Modifier and Type Method Description default RetrieveResponseBedrockAgentRuntimeClient. retrieve(Consumer<RetrieveRequest.Builder> retrieveRequest)Queries a knowledge base and retrieves information from it.default RetrieveResponseBedrockAgentRuntimeClient. retrieve(RetrieveRequest retrieveRequest)Queries a knowledge base and retrieves information from it.default RetrieveAndGenerateResponseBedrockAgentRuntimeClient. retrieveAndGenerate(Consumer<RetrieveAndGenerateRequest.Builder> retrieveAndGenerateRequest)Queries a knowledge base and generates responses based on the retrieved results.default RetrieveAndGenerateResponseBedrockAgentRuntimeClient. retrieveAndGenerate(RetrieveAndGenerateRequest retrieveAndGenerateRequest)Queries a knowledge base and generates responses based on the retrieved results.default RetrieveIterableBedrockAgentRuntimeClient. retrievePaginator(Consumer<RetrieveRequest.Builder> retrieveRequest)This is a variant ofBedrockAgentRuntimeClient.retrieve(software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveRequest)operation.default RetrieveIterableBedrockAgentRuntimeClient. retrievePaginator(RetrieveRequest retrieveRequest)This is a variant ofBedrockAgentRuntimeClient.retrieve(software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveRequest)operation. -
Uses of BedrockAgentRuntimeException in software.amazon.awssdk.services.bedrockagentruntime.model
Subclasses of BedrockAgentRuntimeException in software.amazon.awssdk.services.bedrockagentruntime.model Modifier and Type Class Description classAccessDeniedExceptionThe request is denied because of missing access permissions.classBadGatewayExceptionThere was an issue with a dependency due to a server issue.classConflictExceptionThere was a conflict performing an operation.classDependencyFailedExceptionThere was an issue with a dependency.classInternalServerExceptionAn internal server error occurred.classResourceNotFoundExceptionThe specified resource Amazon Resource Name (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.bedrockagentruntime.model that return BedrockAgentRuntimeException Modifier and Type Method Description BedrockAgentRuntimeExceptionBedrockAgentRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type BedrockAgentRuntimeException Constructor Description BuilderImpl(BedrockAgentRuntimeException ex)
-