Class GoogleCloudAiplatformV1Memory
A memory.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Memory : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Represents the timestamp when this Memory was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Optional. Represents the description of the Memory.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisableMemoryRevisions
Optional. Input only. Indicates whether no revision will be created for this request.
Declaration
[JsonProperty("disableMemoryRevisions")]
public virtual bool? DisableMemoryRevisions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisplayName
Optional. Represents the display name of the Memory.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExpireTimeRaw
Optional. Represents the timestamp of when this resource is considered expired. This is always provided on
output when expiration is set on input, regardless of whether expire_time or ttl was provided.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fact
Optional. Represents semantic knowledge extracted from the source content.
Declaration
[JsonProperty("fact")]
public virtual string Fact { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Optional. Represents user-provided metadata for the Memory. This information was provided when creating, updating, or generating the Memory. It was not generated by Memory Bank.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, GoogleCloudAiplatformV1MemoryMetadataValue> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudAiplatformV1MemoryMetadataValue> |
Name
Identifier. Represents the resource name of the Memory. Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RevisionExpireTime
object representation of RevisionExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RevisionExpireTimeDateTimeOffset instead.")]
public virtual object RevisionExpireTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
RevisionExpireTimeDateTimeOffset
DateTimeOffset representation of RevisionExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RevisionExpireTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
RevisionExpireTimeRaw
Optional. Input only. Represents the timestamp of when the revision is considered expired. If not set, the memory revision will be kept until manually deleted.
Declaration
[JsonProperty("revisionExpireTime")]
public virtual string RevisionExpireTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RevisionLabels
Optional. Input only. Represents the labels to apply to the Memory Revision created as a result of this request.
Declaration
[JsonProperty("revisionLabels")]
public virtual IDictionary<string, string> RevisionLabels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
RevisionTtl
Optional. Input only. Represents the TTL for the revision. The expiration time is computed: now + TTL.
Declaration
[JsonProperty("revisionTtl")]
public virtual object RevisionTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Scope
Required. Immutable. Represents the scope of the Memory. Memories are isolated within their scope. The scope is defined when creating or generating memories. Scope values cannot contain the wildcard character '*'.
Declaration
[JsonProperty("scope")]
public virtual IDictionary<string, string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Topics
Optional. Represents the Topics of the Memory.
Declaration
[JsonProperty("topics")]
public virtual IList<GoogleCloudAiplatformV1MemoryTopicId> Topics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1MemoryTopicId> |
Ttl
Optional. Input only. Represents the TTL for this resource. The expiration time is computed: now + TTL.
Declaration
[JsonProperty("ttl")]
public virtual object Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Represents the timestamp when this Memory was most recently updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |