Vertex AI V1 API - Class Google::Cloud::Aiplatform::V1::FeatureViewSync::SyncSummary (v0.52.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::Aiplatform::V1::FeatureViewSync::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#row_synced

def row_synced() -> ::Integer
Returns
  • (::Integer) — Output only. Total number of rows synced.

#system_watermark_time

def system_watermark_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.

#system_watermark_time=

def system_watermark_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
Returns
  • (::Google::Protobuf::Timestamp) — Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.

#total_slot

def total_slot() -> ::Integer
Returns
  • (::Integer) — Output only. BigQuery slot milliseconds consumed for the sync job.