Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpec
- 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 Agent Engine sub-resources should manage context.
Instance Attribute Summary collapse
-
#memory_bank_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
Specification for a Memory Bank.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineContextSpec
constructor
A new instance of GoogleCloudAiplatformV1ReasoningEngineContextSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineContextSpec
Returns a new instance of GoogleCloudAiplatformV1ReasoningEngineContextSpec.
30589 30590 30591 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30589 def initialize(**args) update!(**args) end |
Instance Attribute Details
#memory_bank_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
Specification for a Memory Bank.
Corresponds to the JSON property memoryBankConfig
30587 30588 30589 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30587 def memory_bank_config @memory_bank_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30594 30595 30596 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30594 def update!(**args) @memory_bank_config = args[:memory_bank_config] if args.key?(:memory_bank_config) end |