Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest

Request message for MemoryBankService.RetrieveMemories.

Inheritance
object
GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Scope

Required. The scope of the memories to retrieve. A memory must have exactly the same scope (Memory.scope) as the scope provided here to be retrieved (same keys and values). Order does not matter, but it is case-sensitive.

Declaration
[JsonProperty("scope")]
public virtual IDictionary<string, string> Scope { get; set; }
Property Value
Type Description
IDictionary<string, string>

SimilaritySearchParams

Parameters for semantic similarity search based retrieval.

Declaration
[JsonProperty("similaritySearchParams")]
public virtual GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams SimilaritySearchParams { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams

SimpleRetrievalParams

Parameters for simple (non-similarity search) retrieval.

Declaration
[JsonProperty("simpleRetrievalParams")]
public virtual GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams SimpleRetrievalParams { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX