Cloud AI Platform v1 API - Class DeleteFeatureGroupRequest (2.21.0)

public sealed class DeleteFeatureGroupRequest : IMessage<DeleteFeatureGroupRequest>, IEquatable<DeleteFeatureGroupRequest>, IDeepCloneable<DeleteFeatureGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteFeatureGroupRequest.

Request message for [FeatureRegistryService.DeleteFeatureGroup][google.cloud.aiplatform.v1.FeatureRegistryService.DeleteFeatureGroup].

Inheritance

object > DeleteFeatureGroupRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeatureGroupRequest()

public DeleteFeatureGroupRequest()

DeleteFeatureGroupRequest(DeleteFeatureGroupRequest)

public DeleteFeatureGroupRequest(DeleteFeatureGroupRequest other)
Parameter
NameDescription
otherDeleteFeatureGroupRequest

Properties

FeatureGroupName

public FeatureGroupName FeatureGroupName { get; set; }

FeatureGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string