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.
[[["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 page provides reference documentation for the `FeatureViewSync.Types.SyncSummary` class within the Google Cloud AI Platform v1beta1 API."],["`SyncSummary` gives a summary of the sync job, updated periodically for continuous syncs and upon completion for batch syncs."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SyncSummary` includes constructors for creating new instances, either default or by copying another `SyncSummary` instance."],["Key properties of `SyncSummary` are `RowSynced` (the total number of rows synced) and `TotalSlot` (BigQuery slot milliseconds used for the job)."]]],[]]