| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
MemoryConfiguration |
MemoryConfiguration.clone() |
MemoryConfiguration |
Agent.getMemoryConfiguration()
Contains memory configuration for the agent.
|
MemoryConfiguration |
UpdateAgentRequest.getMemoryConfiguration()
Specifies the new memory configuration for the agent.
|
MemoryConfiguration |
AgentVersion.getMemoryConfiguration()
Contains details of the memory configuration on the version of the agent.
|
MemoryConfiguration |
CreateAgentRequest.getMemoryConfiguration()
Contains the details of the memory configured for the agent.
|
MemoryConfiguration |
MemoryConfiguration.withEnabledMemoryTypes(Collection<String> enabledMemoryTypes)
The type of memory that is stored.
|
MemoryConfiguration |
MemoryConfiguration.withEnabledMemoryTypes(MemoryType... enabledMemoryTypes)
The type of memory that is stored.
|
MemoryConfiguration |
MemoryConfiguration.withEnabledMemoryTypes(String... enabledMemoryTypes)
The type of memory that is stored.
|
MemoryConfiguration |
MemoryConfiguration.withStorageDays(Integer storageDays)
The number of days the agent is configured to retain the conversational context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains memory configuration for the agent.
|
void |
UpdateAgentRequest.setMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Specifies the new memory configuration for the agent.
|
void |
AgentVersion.setMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains details of the memory configuration on the version of the agent.
|
void |
CreateAgentRequest.setMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains the details of the memory configured for the agent.
|
Agent |
Agent.withMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains memory configuration for the agent.
|
UpdateAgentRequest |
UpdateAgentRequest.withMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Specifies the new memory configuration for the agent.
|
AgentVersion |
AgentVersion.withMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains details of the memory configuration on the version of the agent.
|
CreateAgentRequest |
CreateAgentRequest.withMemoryConfiguration(MemoryConfiguration memoryConfiguration)
Contains the details of the memory configured for the agent.
|
Copyright © 2024. All rights reserved.