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-03-21 UTC."],[[["This page provides documentation for the `SyncFeatureViewRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET developers."],["`SyncFeatureViewRequest` is a request message used for the `FeatureOnlineStoreAdminService.SyncFeatureView` operation."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing various functionalities."],["The `SyncFeatureViewRequest` class includes properties for managing the `FeatureView`, including a string property and a `FeatureViewName`-typed property for resource name handling."],["There are two constructors, a parameterless constructor and one that takes another `SyncFeatureViewRequest` object, allowing for the creation of new instances and copies."]]],[]]