public sealed class DeleteFeatureGroupRequest : IMessage<DeleteFeatureGroupRequest>, IEquatable<DeleteFeatureGroupRequest>, IDeepCloneable<DeleteFeatureGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeatureGroupRequest.
Request message for [FeatureRegistryService.DeleteFeatureGroup][google.cloud.aiplatform.v1beta1.FeatureRegistryService.DeleteFeatureGroup].
Implements
IMessageDeleteFeatureGroupRequest, IEquatableDeleteFeatureGroupRequest, IDeepCloneableDeleteFeatureGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteFeatureGroupRequest()
public DeleteFeatureGroupRequest()DeleteFeatureGroupRequest(DeleteFeatureGroupRequest)
public DeleteFeatureGroupRequest(DeleteFeatureGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteFeatureGroupRequest |
Properties
FeatureGroupName
public FeatureGroupName FeatureGroupName { get; set; }FeatureGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeatureGroupName |
|
Force
public bool Force { get; set; }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.)
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the FeatureGroup to be deleted.
Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}
| Property Value | |
|---|---|
| Type | Description |
string |
|