Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordMetadataValue
Packages that use MemoryRecordMetadataValue
-
Uses of MemoryRecordMetadataValue in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordMetadataValueModifier and TypeMethodDescriptionstatic MemoryRecordMetadataValueMemoryRecordMetadataValue.fromDateTimeValue(Instant dateTimeValue) Create an instance of this class withdateTimeValue()initialized to the given value.static MemoryRecordMetadataValueMemoryRecordMetadataValue.fromNumberValue(Double numberValue) Create an instance of this class withnumberValue()initialized to the given value.static MemoryRecordMetadataValueMemoryRecordMetadataValue.fromStringListValue(List<String> stringListValue) Create an instance of this class withstringListValue()initialized to the given value.static MemoryRecordMetadataValueMemoryRecordMetadataValue.fromStringValue(String stringValue) Create an instance of this class withstringValue()initialized to the given value.MemoryRecordRightExpression.metadataValue()The metadata value to compare against.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordMetadataValueModifier and TypeMethodDescriptionfinal Map<String,MemoryRecordMetadataValue> MemoryRecord.metadata()A map of metadata key-value pairs associated with a memory record.final Map<String,MemoryRecordMetadataValue> MemoryRecordCreateInput.metadata()Metadata key-value pairs to be stored with the memory record.final Map<String,MemoryRecordMetadataValue> MemoryRecordSummary.metadata()A map of metadata key-value pairs associated with a memory record.final Map<String,MemoryRecordMetadataValue> MemoryRecordUpdateInput.metadata()Metadata key-value pairs to be stored with the memory record.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryRecordMetadataValueModifier and TypeMethodDescriptionstatic MemoryRecordRightExpressionMemoryRecordRightExpression.fromMetadataValue(MemoryRecordMetadataValue metadataValue) Create an instance of this class withMemoryRecordRightExpression.metadataValue()initialized to the given value.MemoryRecordRightExpression.Builder.metadataValue(MemoryRecordMetadataValue metadataValue) The metadata value to compare against.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type MemoryRecordMetadataValueModifier and TypeMethodDescriptionMemoryRecord.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) A map of metadata key-value pairs associated with a memory record.MemoryRecordCreateInput.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) Metadata key-value pairs to be stored with the memory record.MemoryRecordSummary.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) A map of metadata key-value pairs associated with a memory record.MemoryRecordUpdateInput.Builder.metadata(Map<String, MemoryRecordMetadataValue> metadata) Metadata key-value pairs to be stored with the memory record.