Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class 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.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureViewSyncMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ row_synced |
int|string
Output only. Total number of rows synced. |
↳ total_slot |
int|string
Output only. BigQuery slot milliseconds consumed for the sync job. |
↳ system_watermark_time |
Google\Protobuf\Timestamp
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views. |
getRowSynced
Output only. Total number of rows synced.
Returns | |
---|---|
Type | Description |
int|string |
setRowSynced
Output only. Total number of rows synced.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalSlot
Output only. BigQuery slot milliseconds consumed for the sync job.
Returns | |
---|---|
Type | Description |
int|string |
setTotalSlot
Output only. BigQuery slot milliseconds consumed for the sync job.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getSystemWatermarkTime
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasSystemWatermarkTime
clearSystemWatermarkTime
setSystemWatermarkTime
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |