Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureViewSyncSyncSummary

Summary from the Sync job. For continuous syncs, the summary is updated periodically. For batch syncs, it gets updated on completion of the sync.

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

Properties

ETag

The ETag of the item.

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

RowSynced

Output only. Total number of rows synced.

Declaration
[JsonProperty("rowSynced")]
public virtual long? RowSynced { get; set; }
Property Value
Type Description
long?

SystemWatermarkTime

object representation of SystemWatermarkTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SystemWatermarkTimeDateTimeOffset instead.")]
public virtual object SystemWatermarkTime { get; set; }
Property Value
Type Description
object

SystemWatermarkTimeDateTimeOffset

DateTimeOffset representation of SystemWatermarkTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SystemWatermarkTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SystemWatermarkTimeRaw

Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.

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

TotalSlot

Output only. BigQuery slot milliseconds consumed for the sync job.

Declaration
[JsonProperty("totalSlot")]
public virtual long? TotalSlot { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX