Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
- 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
A topic of information that should be extracted from conversations and stored as memories.
Instance Attribute Summary collapse
-
#custom_memory_topic ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
A custom memory topic defined by the developer.
-
#managed_memory_topic ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
A managed memory topic defined by the system.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
constructor
A new instance of GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
Returns a new instance of GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic.
30630 30631 30632 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30630 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_memory_topic ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
A custom memory topic defined by the developer.
Corresponds to the JSON property customMemoryTopic
30623 30624 30625 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30623 def custom_memory_topic @custom_memory_topic end |
#managed_memory_topic ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
A managed memory topic defined by the system.
Corresponds to the JSON property managedMemoryTopic
30628 30629 30630 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30628 def managed_memory_topic @managed_memory_topic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30635 30636 30637 30638 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30635 def update!(**args) @custom_memory_topic = args[:custom_memory_topic] if args.key?(:custom_memory_topic) @managed_memory_topic = args[:managed_memory_topic] if args.key?(:managed_memory_topic) end |