Class DeleteFeatureRequest (1.3.0)

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

Request message for [FeaturestoreService.DeleteFeature][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeature].

Inheritance

Object > DeleteFeatureRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeatureRequest()

public DeleteFeatureRequest()

DeleteFeatureRequest(DeleteFeatureRequest)

public DeleteFeatureRequest(DeleteFeatureRequest other)
Parameter
NameDescription
otherDeleteFeatureRequest

Properties

FeatureName

public FeatureName FeatureName { get; set; }

FeatureName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureName

Name

public string Name { get; set; }

Required. The name of the Features to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}

Property Value
TypeDescription
String