GoogleCloudAiplatformV1MemoryTopicId class
A memory topic identifier.
This will be used to label a Memory and to restrict which topics are eligible for generation or retrieval.
Constructors
- GoogleCloudAiplatformV1MemoryTopicId({String? customMemoryTopicLabel, String? managedMemoryTopic})
- GoogleCloudAiplatformV1MemoryTopicId.fromJson(Map json_)
Properties
- customMemoryTopicLabel ↔ String?
-
The custom memory topic label.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- managedMemoryTopic ↔ String?
-
The managed memory topic.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited