GoogleCloudAiplatformV1MemoryRevision class
A revision of a Memory.
Constructors
-
GoogleCloudAiplatformV1MemoryRevision({String? createTime, String? expireTime, List<
GoogleCloudAiplatformV1IntermediateExtractedMemory> ? extractedMemories, String? fact, Map<String, String> ? labels, String? name, Map<String, Object?> ? structuredData}) - GoogleCloudAiplatformV1MemoryRevision.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Represents the timestamp when this Memory Revision was created.
getter/setter pair
- expireTime ↔ String?
-
Represents the timestamp of when this resource is considered expired.
getter/setter pair
-
extractedMemories
↔ List<
GoogleCloudAiplatformV1IntermediateExtractedMemory> ? -
Represents the extracted memories from the source content before
consolidation when the memory was updated via GenerateMemories.
getter/setter pair
- fact ↔ String?
-
Represents the fact of the Memory Revision.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Represents the labels of the Memory Revision.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
structuredData
↔ Map<
String, Object?> ? -
Represents the structured value of the memory at the time of revision
creation.
getter/setter pair
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