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 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 TagResourceResponse |
BedrockAgentRuntimeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associate tags with a resource.
|
default TagResourceResponse |
BedrockAgentRuntimeClient.tagResource(TagResourceRequest tagResourceRequest) |
Associate tags with a resource.
|