Class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
Configuration for how to generate memories.
Inheritance
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GenerationTriggerConfig
Optional. Specifies the default trigger configuration for generating memories using IngestEvents.
Declaration
[JsonProperty("generationTriggerConfig")]
public virtual GoogleCloudAiplatformV1MemoryGenerationTriggerConfig GenerationTriggerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1MemoryGenerationTriggerConfig |
Model
Optional. The model used to generate memories. Format:
projects/{project}/locations/{location}/publishers/google/models/{model}.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| string |