public sealed class SyncFeatureViewRequest : IMessage<SyncFeatureViewRequest>, IEquatable<SyncFeatureViewRequest>, IDeepCloneable<SyncFeatureViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation details the `SyncFeatureViewRequest` class, which is part of the Cloud AI Platform v1beta1 API and is used for requesting the synchronization of a feature view."],["The `SyncFeatureViewRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class has properties such as `FeatureView` (a string) and `FeatureViewAsFeatureViewName` (a typed view), which are used to specify the feature view to be synchronized, including its project, location, and specific feature view name."],["The class offers two constructors, one default and one that accepts another `SyncFeatureViewRequest` instance as a parameter, allowing for the creation of a new instance either from scratch or by copying an existing instance."]]],[]]