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.



38799
38800
38801
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38799

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



38797
38798
38799
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38797

def memory_bank_config
  @memory_bank_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38804
38805
38806
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 38804

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