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-04-09 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."],["The `DeleteFeatureViewRequest` class is used as a request message for deleting a FeatureView, as part of the FeatureOnlineStoreAdminService."],["The `DeleteFeatureViewRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FeatureViewName` (a typed view over the Name resource) and `Name` (the string name of the FeatureView to delete)."],["The document includes information on different versions, including the latest `1.0.0-beta21` and `1.0.0-beta20`, as well as other details about inheritance and properties."]]],[]]