GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig class
Configuration for automatically setting the TTL ("time-to-live") of the memories in the Memory Bank.
Constructors
- GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig({String? defaultTtl, GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig? granularTtlConfig, String? memoryRevisionDefaultTtl})
- GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig.fromJson(Map json_)
Properties
- defaultTtl ↔ String?
-
The default TTL duration of the memories in the Memory Bank.
getter/setter pair
- granularTtlConfig ↔ GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig?
-
The granular TTL configuration of the memories in the Memory Bank.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- memoryRevisionDefaultTtl ↔ String?
-
The default TTL duration of the memory revisions in the Memory Bank.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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