GoogleCloudAiplatformV1IntermediateExtractedMemory class
An extracted memory that is the intermediate result before consolidation.
Constructors
-
GoogleCloudAiplatformV1IntermediateExtractedMemory({String? context, String? fact, Map<
String, Object?> ? structuredData}) - GoogleCloudAiplatformV1IntermediateExtractedMemory.fromJson(Map json_)
Properties
- context ↔ String?
-
Represents the explanation of why the information was extracted from the
source content.
getter/setter pair
- fact ↔ String?
-
Represents the fact of the extracted memory.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
structuredData
↔ Map<
String, Object?> ? -
Represents the structured value of the extracted memory.
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