Vertex AI v1beta1 API - Class CreateMemoryRequest (1.0.0-beta73)

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].

Inheritance

object > CreateMemoryRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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

MemoryId

public string MemoryId { get; set; }

Optional. The user defined ID to use for memory, which will become the final component of the memory resource name. If not provided, Vertex AI will generate a value for this ID.

This value may be up to 63 characters, and valid characters are [a-z0-9-]. The first character must be a letter, and the last character must be a letter or number.

Property Value
Type Description
string

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