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

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

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