| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime |
Contains APIs related to model invocation and querying of knowledge bases.
|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
GetAgentMemoryResult |
AWSBedrockAgentRuntimeClient.getAgentMemory(GetAgentMemoryRequest request)
Gets the sessions stored in the memory of the agent.
|
GetAgentMemoryResult |
AWSBedrockAgentRuntime.getAgentMemory(GetAgentMemoryRequest getAgentMemoryRequest)
Gets the sessions stored in the memory of the agent.
|
GetAgentMemoryResult |
AbstractAWSBedrockAgentRuntime.getAgentMemory(GetAgentMemoryRequest request) |
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsyncClient.getAgentMemoryAsync(GetAgentMemoryRequest request) |
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest getAgentMemoryRequest)
Gets the sessions stored in the memory of the agent.
|
Future<GetAgentMemoryResult> |
AbstractAWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest request) |
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsyncClient.getAgentMemoryAsync(GetAgentMemoryRequest request,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler) |
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest getAgentMemoryRequest,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler)
Gets the sessions stored in the memory of the agent.
|
Future<GetAgentMemoryResult> |
AbstractAWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest request,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsyncClient.getAgentMemoryAsync(GetAgentMemoryRequest request,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler) |
Future<GetAgentMemoryResult> |
AWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest getAgentMemoryRequest,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler)
Gets the sessions stored in the memory of the agent.
|
Future<GetAgentMemoryResult> |
AbstractAWSBedrockAgentRuntimeAsync.getAgentMemoryAsync(GetAgentMemoryRequest request,
AsyncHandler<GetAgentMemoryRequest,GetAgentMemoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentMemoryRequest |
GetAgentMemoryRequest.clone() |
GetAgentMemoryRequest |
GetAgentMemoryRequest.withAgentAliasId(String agentAliasId)
The unique identifier of an alias of an agent.
|
GetAgentMemoryRequest |
GetAgentMemoryRequest.withAgentId(String agentId)
The unique identifier of the agent to which the alias belongs.
|
GetAgentMemoryRequest |
GetAgentMemoryRequest.withMaxItems(Integer maxItems)
The maximum number of items to return in the response.
|
GetAgentMemoryRequest |
GetAgentMemoryRequest.withMemoryId(String memoryId)
The unique identifier of the memory.
|
GetAgentMemoryRequest |
GetAgentMemoryRequest.withMemoryType(MemoryType memoryType)
The type of memory.
|
GetAgentMemoryRequest |
GetAgentMemoryRequest.withMemoryType(String memoryType)
The type of memory.
|
GetAgentMemoryRequest |
GetAgentMemoryRequest.withNextToken(String nextToken)
If the total number of results is greater than the maxItems value provided in the request, enter the token
returned in the
nextToken field in the response in this field to return the next batch of results. |
Copyright © 2024. All rights reserved.