Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordOperatorType
Packages that use MemoryRecordOperatorType
-
Uses of MemoryRecordOperatorType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordOperatorTypeModifier and TypeMethodDescriptionstatic MemoryRecordOperatorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MemoryRecordOperatorTypeMemoryMetadataFilterExpression.operator()The relationship between the metadata key and value to match when applying the metadata filter.static MemoryRecordOperatorTypeReturns the enum constant of this type with the specified name.static MemoryRecordOperatorType[]MemoryRecordOperatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordOperatorTypeModifier and TypeMethodDescriptionstatic Set<MemoryRecordOperatorType>MemoryRecordOperatorType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryRecordOperatorTypeModifier and TypeMethodDescriptionMemoryMetadataFilterExpression.Builder.operator(MemoryRecordOperatorType operator) The relationship between the metadata key and value to match when applying the metadata filter.