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.
30872 30873 30874 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30872 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
30870 30871 30872 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30870 def memory_bank_config @memory_bank_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30877 30878 30879 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30877 def update!(**args) @memory_bank_config = args[:memory_bank_config] if args.key?(:memory_bank_config) end |