public sealed class ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig : IMessage<ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig>, IEquatable<ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig>, IDeepCloneable<ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig.
Configuration for how to generate memories.
Implements
IMessageReasoningEngineContextSpecTypesMemoryBankConfigTypesGenerationConfig, IEquatableReasoningEngineContextSpecTypesMemoryBankConfigTypesGenerationConfig, IDeepCloneableReasoningEngineContextSpecTypesMemoryBankConfigTypesGenerationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GenerationConfig()
public GenerationConfig()GenerationConfig(GenerationConfig)
public GenerationConfig(ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngineContextSpecTypesMemoryBankConfigTypesGenerationConfig |
Properties
Model
public string Model { get; set; }Required. The model used to generate memories.
Format:
projects/{project}/locations/{location}/publishers/google/models/{model}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ModelAsEndpointName
public EndpointName ModelAsEndpointName { get; set; }EndpointName-typed view over the Model resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|