Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec

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

Overview

Configuration for how Agent Engine sub-resources should manage context.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec

Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec.



38866
38867
38868
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38866

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

Instance Attribute Details

#memory_bank_configGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig

Specification for a Memory Bank. Corresponds to the JSON property memoryBankConfig



38864
38865
38866
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38864

def memory_bank_config
  @memory_bank_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38871
38872
38873
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38871

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