Class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
Configuration for automatically setting the TTL ("time-to-live") of the memories in the Memory Bank.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig : IDirectResponseSchema
Properties
DefaultTtl
Optional. The default TTL duration of the memories in the Memory Bank. This applies to all operations that create or update a memory.
Declaration
[JsonProperty("defaultTtl")]
public virtual object DefaultTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GranularTtlConfig
Optional. The granular TTL configuration of the memories in the Memory Bank.
Declaration
[JsonProperty("granularTtlConfig")]
public virtual GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig GranularTtlConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig |
MemoryRevisionDefaultTtl
Optional. The default TTL duration of the memory revisions in the Memory Bank. This applies to all operations that create a memory revision. If not set, a default TTL of 365 days will be used.
Declaration
[JsonProperty("memoryRevisionDefaultTtl")]
public virtual object MemoryRevisionDefaultTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| object |