Class: Google::Cloud::Aiplatform::V1::FeatureViewSync::SyncSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#row_synced::Integer (readonly)

Returns Output only. Total number of rows synced.

Returns:

  • (::Integer)

    Output only. Total number of rows synced.



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb', line 66

class SyncSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#system_watermark_time::Google::Protobuf::Timestamp

Returns 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.



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb', line 66

class SyncSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_slot::Integer (readonly)

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

Returns:

  • (::Integer)

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



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb', line 66

class SyncSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end