View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSyncSyncSummary (google_api_ai_platform v0.13.0)

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

Attributes

  • rowSynced (type: String.t, default: nil) - Output only. Total number of rows synced.
  • systemWatermarkTime (type: DateTime.t, default: nil) - Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
  • totalSlot (type: String.t, default: nil) - Output only. BigQuery slot milliseconds consumed for the sync job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewSyncSyncSummary{
    rowSynced: String.t() | nil,
    systemWatermarkTime: DateTime.t() | nil,
    totalSlot: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.