Cloud AI Platform v1 API - Class DeleteFeatureRequest (2.27.0)

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

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

Request message for [FeaturestoreService.DeleteFeature][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeature]. Request message for [FeatureRegistryService.DeleteFeature][google.cloud.aiplatform.v1.FeatureRegistryService.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} projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}

Property Value
TypeDescription
string