public sealed class CreateMemoryRequest : IMessage<CreateMemoryRequest>, IEquatable<CreateMemoryRequest>, IDeepCloneable<CreateMemoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateMemoryRequest.
Request message for [MemoryBankService.CreateMemory][google.cloud.aiplatform.v1beta1.MemoryBankService.CreateMemory].
Implements
IMessageCreateMemoryRequest, IEquatableCreateMemoryRequest, IDeepCloneableCreateMemoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateMemoryRequest()
public CreateMemoryRequest()
CreateMemoryRequest(CreateMemoryRequest)
public CreateMemoryRequest(CreateMemoryRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateMemoryRequest |
Properties
Memory
public Memory Memory { get; set; }
Required. The Memory to be created.
Property Value | |
---|---|
Type | Description |
Memory |
Parent
public string Parent { get; set; }
Required. The resource name of the ReasoningEngine to create the Memory
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 |