Class: Google::Cloud::Aiplatform::V1::FeatureViewSync::SyncSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Aiplatform::V1::FeatureViewSync::SyncSummary
- 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
-
#row_synced ⇒ ::Integer
readonly
Output only.
-
#system_watermark_time ⇒ ::Google::Protobuf::Timestamp
Lower bound of the system time watermark for the sync job.
-
#total_slot ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#row_synced ⇒ ::Integer (readonly)
Returns 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.
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.
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 |