REST Resource: projects.locations.featureOnlineStores.featureViews.featureViewSyncs

Resource: FeatureViewSync

FeatureViewSync is a representation of sync operation which copies data from data source to feature View in Online Store.

JSON representation
{
  "name": string,
  "createTime": string,
  "runTime": {
    object (Interval)
  },
  "finalStatus": {
    object (Status)
  },
  "syncSummary": {
    object (SyncSummary)
  }
}
Fields
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.

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

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.

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.

JSON representation
{
  "rowSynced": string,
  "totalSlot": string
}
Fields
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.

Methods

get

Gets details of a single FeatureViewSync.

list

Lists FeatureViewSyncs in a given FeatureView.