Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Configuration for how to generate memories.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig

Returns a new instance of GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig.



30656
30657
30658
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30656

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modelString

Required. The model used to generate memories. Format: projects/project/ locations/location/publishers/google/models/model`. Corresponds to the JSON propertymodel`

Returns:

  • (String)


30654
30655
30656
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30654

def model
  @model
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30661
30662
30663
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30661

def update!(**args)
  @model = args[:model] if args.key?(:model)
end