Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig

Specification for a Memory Bank.

Inheritance
object
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
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 GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig : IDirectResponseSchema

Properties

CustomizationConfigs

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

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

DisableMemoryRevisions

If true, no memory revisions will be created for any requests to the Memory Bank.

Declaration
[JsonProperty("disableMemoryRevisions")]
public virtual bool? DisableMemoryRevisions { get; set; }
Property Value
Type Description
bool?

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 GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig GenerationConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig

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 GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig SimilaritySearchConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig

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 GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig TtlConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX