Class GoogleCloudAiplatformV1MemoryGenerationTriggerConfigGenerationTriggerRule
Represents the active rule that determines when to flush the buffer.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MemoryGenerationTriggerConfigGenerationTriggerRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventCount
Optional. Specifies to trigger generation when the event count reaches this limit.
Declaration
[JsonProperty("eventCount")]
public virtual int? EventCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
FixedInterval
Optional. Specifies to trigger generation at a fixed interval. The duration must have a minute-level granularity.
Declaration
[JsonProperty("fixedInterval")]
public virtual object FixedInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
IdleDuration
Optional. Specifies to trigger generation if the stream is inactive for the specified duration after the most recent event. The duration must have a minute-level granularity.
Declaration
[JsonProperty("idleDuration")]
public virtual object IdleDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |