Vertex AI v1beta1 API - Class ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig (1.0.0-beta78)

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, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig.

Configuration for how to generate memories.

Inheritance

object > ReasoningEngineContextSpec.Types.MemoryBankConfig.Types.GenerationConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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