public sealed class DeleteFeatureViewRequest : IMessage<DeleteFeatureViewRequest>, IEquatable<DeleteFeatureViewRequest>, IDeepCloneable<DeleteFeatureViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureViewRequest.
Request message for [FeatureOnlineStoreAdminService.DeleteFeatureViews][].
Required. The name of the FeatureView to be deleted.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
[[["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-31 UTC."],[[["This document provides reference information for the `DeleteFeatureViewRequest` class within the Cloud AI Platform v1beta1 API, specifically in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`DeleteFeatureViewRequest` is a request message used for deleting feature views, as part of the `FeatureOnlineStoreAdminService.DeleteFeatureViews` operation."],["The `DeleteFeatureViewRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FeatureViewName` (typed view over the resource name) and `Name` (the required resource name of the FeatureView to be deleted) and two constructors that can be used."],["The document lists the inherited members of this class, which are `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]