Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig

Specification for a Memory Bank.

Inheritance
object
GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig : IDirectResponseSchema

Properties

CustomizationConfigs

Optional. Configuration for how to customize Memory Bank behavior for a particular scope.

Declaration
[JsonProperty("customizationConfigs")]
public virtual IList<GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig> CustomizationConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GenerationConfig

Optional. Configuration for how to generate memories for the Memory Bank.

Declaration
[JsonProperty("generationConfig")]
public virtual GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig GenerationConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig

SimilaritySearchConfig

Optional. Configuration for how to perform similarity search on memories. If not set, the Memory Bank will use the default embedding model text-embedding-005.

Declaration
[JsonProperty("similaritySearchConfig")]
public virtual GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig SimilaritySearchConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig

TtlConfig

Optional. Configuration for automatic TTL ("time-to-live") of the memories in the Memory Bank. If not set, TTL will not be applied automatically. The TTL can be explicitly set by modifying the expire_time of each Memory resource.

Declaration
[JsonProperty("ttlConfig")]
public virtual GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig TtlConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX