public sealed class SyncFeatureViewRequest : IMessage<SyncFeatureViewRequest>, IEquatable<SyncFeatureViewRequest>, IDeepCloneable<SyncFeatureViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SyncFeatureViewRequest.
Request message for
[FeatureOnlineStoreAdminService.SyncFeatureView][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.SyncFeatureView].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SyncFeatureViewRequest` class is a request message for the `FeatureOnlineStoreAdminService.SyncFeatureView` method within the Vertex AI v1beta1 API."],["This class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, with the latest version being 1.0.0-beta21."],["The `SyncFeatureViewRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as deep cloning and protocol buffer message handling."],["The class has two constructors: a default one and another which takes a `SyncFeatureViewRequest` object as a parameter, and has two properties: `FeatureView` which is a required string property and `FeatureViewAsFeatureViewName` which is the featureview name type over the `FeatureView` property."],["The main purpose of this class is to synchronize a specific feature view, designated by the `FeatureView` property, which follows the format `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`."]]],[]]