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.



62
63
64
65
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb', line 62

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.



62
63
64
65
# File 'proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb', line 62

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