GoogleCloudAiplatformV1RetrieveMemoriesRequest class
Request message for MemoryBankService.RetrieveMemories.
Constructors
-
GoogleCloudAiplatformV1RetrieveMemoriesRequest({String? filter, List<
GoogleCloudAiplatformV1MemoryConjunctionFilter> ? filterGroups, Map<String, String> ? scope, GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams? similaritySearchParams, GoogleCloudAiplatformV1RetrieveMemoriesRequestSimpleRetrievalParams? simpleRetrievalParams}) - GoogleCloudAiplatformV1RetrieveMemoriesRequest.fromJson(Map json_)
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'
metadatausing 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