CreateMemoryRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request but does not return an error.

Link copied to clipboard

The description of the memory.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used to encrypt the memory data.

Link copied to clipboard

The duration after which memory events expire. Specified as an ISO 8601 duration.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the memory to access Amazon Web Services services.

Link copied to clipboard

The memory strategies to use for this memory. Strategies define how information is extracted, processed, and consolidated.

Link copied to clipboard
val name: String?

The name of the memory. The name must be unique within your account.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String