public sealed class DeleteFeatureRequest : IMessage<DeleteFeatureRequest>, IEquatable<DeleteFeatureRequest>, IDeepCloneable<DeleteFeatureRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeatureRequest.
Request message for
[FeaturestoreService.DeleteFeature][google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeature].
Request message for
[FeatureRegistryService.DeleteFeature][google.cloud.aiplatform.v1beta1.FeatureRegistryService.DeleteFeature].
Required. The name of the Features to be deleted.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}
[[["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 `DeleteFeatureRequest` class is used to send requests for deleting features within the Vertex AI v1beta1 API, specifically for `FeaturestoreService` and `FeatureRegistryService`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `DeleteFeatureRequest` class is found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It contains two constructors: a default one and one that copies another `DeleteFeatureRequest` object, alongside properties such as `FeatureName` (a typed resource name) and `Name` (a string resource name)."],["The latest version of the `DeleteFeatureRequest` is available in the `1.0.0-beta21` version of the API, while previous versions may exist, such as `1.0.0-beta20`."]]],[]]