public sealed class DeleteFeatureValuesRequest : IMessage<DeleteFeatureValuesRequest>, IEquatable<DeleteFeatureValuesRequest>, IDeepCloneable<DeleteFeatureValuesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureValuesRequest.
Request message for [FeaturestoreService.DeleteFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeatureValues].
Implements
IMessageDeleteFeatureValuesRequest, IEquatableDeleteFeatureValuesRequest, IDeepCloneableDeleteFeatureValuesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteFeatureValuesRequest()
public DeleteFeatureValuesRequest()
DeleteFeatureValuesRequest(DeleteFeatureValuesRequest)
public DeleteFeatureValuesRequest(DeleteFeatureValuesRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFeatureValuesRequest |
Properties
DeleteOptionCase
public DeleteFeatureValuesRequest.DeleteOptionOneofCase DeleteOptionCase { get; }
Property Value | |
---|---|
Type | Description |
DeleteFeatureValuesRequestDeleteOptionOneofCase |
EntityType
public string EntityType { get; set; }
Required. The resource name of the EntityType grouping the Features for
which values are being deleted from. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
Property Value | |
---|---|
Type | Description |
string |
EntityTypeAsEntityTypeName
public EntityTypeName EntityTypeAsEntityTypeName { get; set; }
EntityTypeName-typed view over the EntityType resource name property.
Property Value | |
---|---|
Type | Description |
EntityTypeName |
SelectEntity
public DeleteFeatureValuesRequest.Types.SelectEntity SelectEntity { get; set; }
Select feature values to be deleted by specifying entities.
Property Value | |
---|---|
Type | Description |
DeleteFeatureValuesRequestTypesSelectEntity |
SelectTimeRangeAndFeature
public DeleteFeatureValuesRequest.Types.SelectTimeRangeAndFeature SelectTimeRangeAndFeature { get; set; }
Select feature values to be deleted by specifying time range and features.
Property Value | |
---|---|
Type | Description |
DeleteFeatureValuesRequestTypesSelectTimeRangeAndFeature |