Show / Hide Table of Contents

Class GoogleCloudAiplatformV1IngestEventsRequest

Request message for MemoryBankService.IngestEvents.

Inheritance
object
GoogleCloudAiplatformV1IngestEventsRequest
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 GoogleCloudAiplatformV1IngestEventsRequest : IDirectResponseSchema

Properties

DirectContentsSource

Ingest events directly from the request.

Declaration
[JsonProperty("directContentsSource")]
public virtual GoogleCloudAiplatformV1IngestionDirectContentsSource DirectContentsSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1IngestionDirectContentsSource

DisableMemoryRevisions

Optional. If true, no revisions will be created for this request.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ForceFlush

Optional. Forces a flush of all pending events in the stream and triggers memory generation immediately bypassing any conditions configured in the generation_trigger_config.

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

GenerationTriggerConfig

Optional. Configuration for triggering memory generation from this ingestion. If not set, then the stream will be force flushed immediately.

Declaration
[JsonProperty("generationTriggerConfig")]
public virtual GoogleCloudAiplatformV1MemoryGenerationTriggerConfig GenerationTriggerConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MemoryGenerationTriggerConfig

Metadata

Optional. User-provided metadata for the generated memories. This is not generated by Memory Bank.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, GoogleCloudAiplatformV1MemoryMetadataValue> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudAiplatformV1MemoryMetadataValue>

MetadataMergeStrategy

Optional. The strategy to use when applying metadata to existing memories.

Declaration
[JsonProperty("metadataMergeStrategy")]
public virtual string MetadataMergeStrategy { 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. 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. Labels to be applied to the generated memory revisions. For example, you can use this to label a revision with its data source.

Declaration
[JsonProperty("revisionLabels")]
public virtual IDictionary<string, string> RevisionLabels { get; set; }
Property Value
Type Description
IDictionary<string, string>

RevisionTtl

Optional. 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. The scope of the memories that should be generated from the stream. Memories will be consolidated across memories with the same scope. 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>

StreamId

Optional. The ID of the stream to ingest events into. If not provided, a new one will be created.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX