Cloud AI Platform v1 API - Class FeatureViewSync.Types.SyncSummary (2.27.0)

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 v1 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.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SyncSummary()

public SyncSummary()

SyncSummary(SyncSummary)

public SyncSummary(FeatureViewSync.Types.SyncSummary other)
Parameter
NameDescription
otherFeatureViewSyncTypesSyncSummary

Properties

RowSynced

public long RowSynced { get; set; }

Output only. Total number of rows synced.

Property Value
TypeDescription
long

TotalSlot

public long TotalSlot { get; set; }

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

Property Value
TypeDescription
long