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 Vertex AI 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference information for the `FeatureViewSync.Types.SyncSummary` class within the Vertex AI v1beta1 API, covering its structure and functionality."],["The `SyncSummary` class is designed to provide a summary of the sync job, which is updated periodically for continuous syncs and upon completion for batch syncs."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is located in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `SyncSummary` class includes properties such as `RowSynced` (total rows synced), `SystemWatermarkTime` (system time watermark for continuous syncs), and `TotalSlot` (BigQuery slot milliseconds consumed)."],["This class can be constructed using a default constructor `SyncSummary()` or a constructor using another `FeatureViewSync.Types.SyncSummary` instance `SyncSummary(FeatureViewSync.Types.SyncSummary other)`."]]],[]]