Class GoogleCloudAiplatformV1beta1SyncFeatureViewResponse
Response message for FeatureOnlineStoreAdminService.SyncFeatureView.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SyncFeatureViewResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureViewSync
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}
Declaration
[JsonProperty("featureViewSync")]
public virtual string FeatureViewSync { get; set; }
Property Value
Type | Description |
---|---|
string |