Method: projects.locations.featureOnlineStores.featureViews.sync

Triggers on-demand sync for the FeatureView.

Endpoint

post https://{service-endpoint}/v1beta1/{featureView}:sync

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

featureView string

Required. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}

Request body

The request body must be empty.

Response body

Respose message for FeatureOnlineStoreAdminService.SyncFeatureView.

If successful, the response body contains data with the following structure:

Fields
featureViewSync string

Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}/featureViewSyncs/{featureViewSync}

JSON representation
{
  "featureViewSync": string
}