Class GoogleCloudAiplatformV1MemoryTopicId
A memory topic identifier. This will be used to label a Memory and to restrict which topics are eligible for generation or retrieval.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MemoryTopicId : IDirectResponseSchema
Properties
CustomMemoryTopicLabel
Optional. The custom memory topic label.
Declaration
[JsonProperty("customMemoryTopicLabel")]
public virtual string CustomMemoryTopicLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ManagedMemoryTopic
Optional. The managed memory topic.
Declaration
[JsonProperty("managedMemoryTopic")]
public virtual string ManagedMemoryTopic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |