GoogleCloudAiplatformV1RetrieveMemoriesRequest class

Request message for MemoryBankService.RetrieveMemories.

Properties

filter String?
The standard list filter that will be applied to the retrieved memories.
getter/setter pair
filterGroups List<GoogleCloudAiplatformV1MemoryConjunctionFilter>?
Metadata filters that will be applied to the retrieved memories' metadata using OR logic.
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
scope Map<String, String>?
The scope of the memories to retrieve.
getter/setter pair
similaritySearchParams GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams?
Parameters for semantic similarity search based retrieval.
getter/setter pair
simpleRetrievalParams GoogleCloudAiplatformV1RetrieveMemoriesRequestSimpleRetrievalParams?
Parameters for simple (non-similarity search) retrieval.
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