public sealed class GetMemoryRequest : IMessage<GetMemoryRequest>, IEquatable<GetMemoryRequest>, IDeepCloneable<GetMemoryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetMemoryRequest.
Request message for [MemoryBankService.GetMemory][google.cloud.aiplatform.v1beta1.MemoryBankService.GetMemory].
Implements
IMessageGetMemoryRequest, IEquatableGetMemoryRequest, IDeepCloneableGetMemoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetMemoryRequest()
public GetMemoryRequest()GetMemoryRequest(GetMemoryRequest)
public GetMemoryRequest(GetMemoryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetMemoryRequest |
Properties
MemoryName
public MemoryName MemoryName { get; set; }MemoryName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MemoryName |
|
Name
public string Name { get; set; }Required. The resource name of the Memory.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}
| Property Value | |
|---|---|
| Type | Description |
string |
|