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}
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.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Output only. time when this FeatureViewSync is finished.
Output only. Final status of the FeatureViewSync.
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.
Output only. Total number of rows synced.
Output only. BigQuery slot milliseconds consumed for the sync job.
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
JSON representation |
---|
{ "rowSynced": string, "totalSlot": string, "systemWatermarkTime": string } |
Methods |
|
---|---|
|
Gets details of a single FeatureViewSync. |
|
Lists FeatureViewSyncs in a given FeatureView. |