Show / Hide Table of Contents

Class GoogleCloudAiplatformV1Memory

A memory.

Inheritance
object
GoogleCloudAiplatformV1Memory
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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. Timestamp when this Memory was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. Description of the Memory.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisableMemoryRevisions

Optional. Input only. If true, no revision will be created for this request.

Declaration
[JsonProperty("disableMemoryRevisions")]
public virtual bool? DisableMemoryRevisions { get; set; }
Property Value
Type Description
bool?

DisplayName

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

Required. Semantic knowledge extracted from the source content.

Declaration
[JsonProperty("fact")]
public virtual string Fact { get; set; }
Property Value
Type Description
string

Metadata

Optional. 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. 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. 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. 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. 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. 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. 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. 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. Timestamp when this Memory was most recently updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX