public sealed class DeleteFeatureRequest : IMessage<DeleteFeatureRequest>, IEquatable<DeleteFeatureRequest>, IDeepCloneable<DeleteFeatureRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureRequest.
Request message for [FeaturestoreService.DeleteFeature][google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeature]. Request message for [FeatureRegistryService.DeleteFeature][google.cloud.aiplatform.v1beta1.FeatureRegistryService.DeleteFeature].
Implements
IMessageDeleteFeatureRequest, IEquatableDeleteFeatureRequest, IDeepCloneableDeleteFeatureRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteFeatureRequest()
public DeleteFeatureRequest()
DeleteFeatureRequest(DeleteFeatureRequest)
public DeleteFeatureRequest(DeleteFeatureRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFeatureRequest |
Properties
FeatureName
public FeatureName FeatureName { get; set; }
FeatureName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |