public sealed class DeleteFeatureGroupRequest : IMessage<DeleteFeatureGroupRequest>, IEquatable<DeleteFeatureGroupRequest>, IDeepCloneable<DeleteFeatureGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeatureGroupRequest.
Request message for
[FeatureRegistryService.DeleteFeatureGroup][google.cloud.aiplatform.v1beta1.FeatureRegistryService.DeleteFeatureGroup].
If set to true, any Features under this FeatureGroup
will also be deleted. (Otherwise, the request will only work if the
FeatureGroup has no Features.)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eDeleteFeatureGroupRequest\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteFeatureGroupRequest\u003c/code\u003e is a request message used to delete a FeatureGroup through the \u003ccode\u003eFeatureRegistryService.DeleteFeatureGroup\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides constructors, one being a default constructor and the other taking a \u003ccode\u003eDeleteFeatureGroupRequest\u003c/code\u003e parameter for copying and its properties include \u003ccode\u003eFeatureGroupName\u003c/code\u003e, \u003ccode\u003eForce\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForce\u003c/code\u003e property, when set to true, allows for the deletion of the FeatureGroup along with any Features it contains.\u003c/p\u003e\n"],["\u003cp\u003eThe required property \u003ccode\u003eName\u003c/code\u003e indicates the name of the FeatureGroup that will be deleted, and should be formatted as \u003ccode\u003eprojects/{project}/locations/{location}/featureGroups/{feature_group}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]