Cloud AI Platform v1beta1 API - Class FeatureViewSync.Types.SyncSummary (1.0.0-beta02)

public sealed class FeatureViewSync.Types.SyncSummary : IMessage<FeatureViewSync.Types.SyncSummary>, IEquatable<FeatureViewSync.Types.SyncSummary>, IDeepCloneable<FeatureViewSync.Types.SyncSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureViewSync.Types.SyncSummary.

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 > FeatureViewSync.Types.SyncSummary

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SyncSummary()

public SyncSummary()

SyncSummary(SyncSummary)

public SyncSummary(FeatureViewSync.Types.SyncSummary other)
Parameter
Name Description
other FeatureViewSyncTypesSyncSummary

Properties

RowSynced

public long RowSynced { get; set; }

Output only. Total number of rows synced.

Property Value
Type Description
long

SystemWatermarkTime

public Timestamp SystemWatermarkTime { get; set; }

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

Property Value
Type Description
Timestamp

TotalSlot

public long TotalSlot { get; set; }

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

Property Value
Type Description
long