Method: projects.locations.featureOnlineStores.featureViews.sync

Triggers on-demand sync for the FeatureView.

HTTP request

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

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

Path parameters

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:

JSON representation
{
  "featureViewSync": string
}
Fields
featureViewSync

string

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the featureView resource:

  • aiplatform.featureViews.sync

For more information, see the IAM documentation.