Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig

Configuration for automatically setting the TTL ("time-to-live") of the memories in the Memory Bank.

Inheritance
object
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX