Class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
Configuration for automatically setting the TTL ("time-to-live") of the memories in the Memory Bank.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig : 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 GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig GranularTtlConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig |