Vertex AI v1beta1 API - Class RetrieveMemoriesRequest.Types.SimpleRetrievalParams (1.0.0-beta78)

public sealed class RetrieveMemoriesRequest.Types.SimpleRetrievalParams : IMessage<RetrieveMemoriesRequest.Types.SimpleRetrievalParams>, IEquatable<RetrieveMemoriesRequest.Types.SimpleRetrievalParams>, IDeepCloneable<RetrieveMemoriesRequest.Types.SimpleRetrievalParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class RetrieveMemoriesRequest.Types.SimpleRetrievalParams.

Parameters for simple (non-similarity search) retrieval.

Inheritance

object > RetrieveMemoriesRequest.Types.SimpleRetrievalParams

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SimpleRetrievalParams()

public SimpleRetrievalParams()

SimpleRetrievalParams(SimpleRetrievalParams)

public SimpleRetrievalParams(RetrieveMemoriesRequest.Types.SimpleRetrievalParams other)
Parameter
Name Description
other RetrieveMemoriesRequestTypesSimpleRetrievalParams

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of memories to return. The service may return fewer than this value. If unspecified, at most 3 memories will be returned. The maximum value is 100; values above 100 will be coerced to 100.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous RetrieveMemories call. Provide this to retrieve the subsequent page.

Property Value
Type Description
string