Google Cloud Ai Platform V1 Client - Class SyncSummary (0.38.0)

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 \ FeatureViewSync

Methods

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

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