default DeleteAgentMemoryResponse |
BedrockAgentRuntimeClient.deleteAgentMemory(Consumer<DeleteAgentMemoryRequest.Builder> deleteAgentMemoryRequest) |
Deletes memory from the specified memory identifier.
|
default DeleteAgentMemoryResponse |
BedrockAgentRuntimeClient.deleteAgentMemory(DeleteAgentMemoryRequest deleteAgentMemoryRequest) |
Deletes memory from the specified memory identifier.
|
default GenerateQueryResponse |
BedrockAgentRuntimeClient.generateQuery(Consumer<GenerateQueryRequest.Builder> generateQueryRequest) |
Generates an SQL query from a natural language query.
|
default GenerateQueryResponse |
BedrockAgentRuntimeClient.generateQuery(GenerateQueryRequest generateQueryRequest) |
Generates an SQL query from a natural language query.
|
default GetAgentMemoryResponse |
BedrockAgentRuntimeClient.getAgentMemory(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) |
Gets the sessions stored in the memory of the agent.
|
default GetAgentMemoryResponse |
BedrockAgentRuntimeClient.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest) |
Gets the sessions stored in the memory of the agent.
|
default GetAgentMemoryIterable |
BedrockAgentRuntimeClient.getAgentMemoryPaginator(Consumer<GetAgentMemoryRequest.Builder> getAgentMemoryRequest) |
|
default GetAgentMemoryIterable |
BedrockAgentRuntimeClient.getAgentMemoryPaginator(GetAgentMemoryRequest getAgentMemoryRequest) |
|
default RerankResponse |
BedrockAgentRuntimeClient.rerank(Consumer<RerankRequest.Builder> rerankRequest) |
Reranks the relevance of sources based on queries.
|
default RerankResponse |
BedrockAgentRuntimeClient.rerank(RerankRequest rerankRequest) |
Reranks the relevance of sources based on queries.
|
default RerankIterable |
BedrockAgentRuntimeClient.rerankPaginator(Consumer<RerankRequest.Builder> rerankRequest) |
|
default RerankIterable |
BedrockAgentRuntimeClient.rerankPaginator(RerankRequest rerankRequest) |
|
default RetrieveResponse |
BedrockAgentRuntimeClient.retrieve(Consumer<RetrieveRequest.Builder> retrieveRequest) |
Queries a knowledge base and retrieves information from it.
|
default RetrieveResponse |
BedrockAgentRuntimeClient.retrieve(RetrieveRequest retrieveRequest) |
Queries a knowledge base and retrieves information from it.
|
default RetrieveAndGenerateResponse |
BedrockAgentRuntimeClient.retrieveAndGenerate(Consumer<RetrieveAndGenerateRequest.Builder> retrieveAndGenerateRequest) |
Queries a knowledge base and generates responses based on the retrieved results and using the specified
foundation model or inference profile.
|
default RetrieveAndGenerateResponse |
BedrockAgentRuntimeClient.retrieveAndGenerate(RetrieveAndGenerateRequest retrieveAndGenerateRequest) |
Queries a knowledge base and generates responses based on the retrieved results and using the specified
foundation model or inference profile.
|
default RetrieveIterable |
BedrockAgentRuntimeClient.retrievePaginator(Consumer<RetrieveRequest.Builder> retrieveRequest) |
|
default RetrieveIterable |
BedrockAgentRuntimeClient.retrievePaginator(RetrieveRequest retrieveRequest) |
|
default StartFlowExecutionResponse |
BedrockAgentRuntimeClient.startFlowExecution(Consumer<StartFlowExecutionRequest.Builder> startFlowExecutionRequest) |
Starts an execution of an Amazon Bedrock flow.
|
default StartFlowExecutionResponse |
BedrockAgentRuntimeClient.startFlowExecution(StartFlowExecutionRequest startFlowExecutionRequest) |
Starts an execution of an Amazon Bedrock flow.
|
default StopFlowExecutionResponse |
BedrockAgentRuntimeClient.stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest) |
Stops an Amazon Bedrock flow's execution.
|
default StopFlowExecutionResponse |
BedrockAgentRuntimeClient.stopFlowExecution(StopFlowExecutionRequest stopFlowExecutionRequest) |
Stops an Amazon Bedrock flow's execution.
|