default CreateInvocationResponse |
BedrockAgentRuntimeClient.createInvocation(Consumer<CreateInvocationRequest.Builder> createInvocationRequest) |
Creates a new invocation within a session.
|
default CreateInvocationResponse |
BedrockAgentRuntimeClient.createInvocation(CreateInvocationRequest createInvocationRequest) |
Creates a new invocation within a session.
|
default CreateSessionResponse |
BedrockAgentRuntimeClient.createSession(Consumer<CreateSessionRequest.Builder> createSessionRequest) |
Creates a session to temporarily store conversations for generative AI (GenAI) applications built with
open-source frameworks such as LangGraph and LlamaIndex.
|
default CreateSessionResponse |
BedrockAgentRuntimeClient.createSession(CreateSessionRequest createSessionRequest) |
Creates a session to temporarily store conversations for generative AI (GenAI) applications built with
open-source frameworks such as LangGraph and LlamaIndex.
|
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 DeleteSessionResponse |
BedrockAgentRuntimeClient.deleteSession(Consumer<DeleteSessionRequest.Builder> deleteSessionRequest) |
Deletes a session that you ended.
|
default DeleteSessionResponse |
BedrockAgentRuntimeClient.deleteSession(DeleteSessionRequest deleteSessionRequest) |
Deletes a session that you ended.
|
default EndSessionResponse |
BedrockAgentRuntimeClient.endSession(Consumer<EndSessionRequest.Builder> endSessionRequest) |
Ends the session.
|
default EndSessionResponse |
BedrockAgentRuntimeClient.endSession(EndSessionRequest endSessionRequest) |
Ends the session.
|
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 PutInvocationStepResponse |
BedrockAgentRuntimeClient.putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest) |
Add an invocation step to an invocation in a session.
|
default PutInvocationStepResponse |
BedrockAgentRuntimeClient.putInvocationStep(PutInvocationStepRequest putInvocationStepRequest) |
Add an invocation step to an invocation in a session.
|
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.
|
default UpdateSessionResponse |
BedrockAgentRuntimeClient.updateSession(Consumer<UpdateSessionRequest.Builder> updateSessionRequest) |
Updates the metadata or encryption settings of a session.
|
default UpdateSessionResponse |
BedrockAgentRuntimeClient.updateSession(UpdateSessionRequest updateSessionRequest) |
Updates the metadata or encryption settings of a session.
|