Vertex AI v1beta1 API - Class ListMemoriesRequest (1.0.0-beta39)

public sealed class ListMemoriesRequest : IMessage<ListMemoriesRequest>, IEquatable<ListMemoriesRequest>, IDeepCloneable<ListMemoriesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Vertex AI v1beta1 API class ListMemoriesRequest.

Request message for [MemoryBankService.ListMemories][google.cloud.aiplatform.v1beta1.MemoryBankService.ListMemories].

Inheritance

object > ListMemoriesRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListMemoriesRequest()

public ListMemoriesRequest()

ListMemoriesRequest(ListMemoriesRequest)

public ListMemoriesRequest(ListMemoriesRequest other)
Parameter
Name Description
other ListMemoriesRequest

Properties

Filter

public string Filter { get; set; }

Optional. The standard list filter. More detail in AIP-160.

Supported fields (equality match only):

  • scope (as a JSON string)
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The standard list page size.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The standard list page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the ReasoningEngine to list the Memories under. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Property Value
Type Description
string

ParentAsReasoningEngineName

public ReasoningEngineName ParentAsReasoningEngineName { get; set; }

ReasoningEngineName-typed view over the Parent resource name property.

Property Value
Type Description
ReasoningEngineName