Resource: FeatureViewSync
FeatureViewSync is a representation of sync operation which copies data from data source to feature View in Online Store.
name
string
Identifier. name of the FeatureViewSync. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}/featureViewSyncs/{featureViewSync}
createTime
string (Timestamp
format)
Output only. time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
runTime
object (Interval
)
Output only. time when this FeatureViewSync is finished.
finalStatus
object (Status
)
Output only. Final status of the FeatureViewSync.
syncSummary
object (SyncSummary
)
Output only. Summary of the sync job.
satisfiesPzs
boolean
Output only. reserved for future use.
satisfiesPzi
boolean
Output only. reserved for future use.
JSON representation |
---|
{ "name": string, "createTime": string, "runTime": { object ( |
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.
rowSynced
string (int64 format)
Output only. Total number of rows synced.
totalSlot
string (int64 format)
Output only. BigQuery slot milliseconds consumed for the sync job.
systemWatermarkTime
string (Timestamp
format)
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
JSON representation |
---|
{ "rowSynced": string, "totalSlot": string, "systemWatermarkTime": string } |