GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig class
Specification for a Memory Bank.
Constructors
-
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig({List<
GoogleCloudAiplatformV1MemoryBankCustomizationConfig> ? customizationConfigs, bool? disableMemoryRevisions, GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig? generationConfig, GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig? similaritySearchConfig, GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig? ttlConfig}) - GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig.fromJson(Map json_)
Properties
-
customizationConfigs
↔ List<
GoogleCloudAiplatformV1MemoryBankCustomizationConfig> ? -
Configuration for how to customize Memory Bank behavior for a particular
scope.
getter/setter pair
- disableMemoryRevisions ↔ bool?
-
If true, no memory revisions will be created for any requests to the
Memory Bank.
getter/setter pair
- generationConfig ↔ GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig?
-
Configuration for how to generate memories for the Memory Bank.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- similaritySearchConfig ↔ GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig?
-
Configuration for how to perform similarity search on memories.
getter/setter pair
- ttlConfig ↔ GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig?
-
Configuration for automatic TTL ("time-to-live") of the memories in the
Memory Bank.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited