Cloud AI Platform v1 API - Class DeleteFeatureValuesRequest (2.14.0)

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

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

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

Inheritance

object > DeleteFeatureValuesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeatureValuesRequest()

public DeleteFeatureValuesRequest()

DeleteFeatureValuesRequest(DeleteFeatureValuesRequest)

public DeleteFeatureValuesRequest(DeleteFeatureValuesRequest other)
Parameter
NameDescription
otherDeleteFeatureValuesRequest

Properties

DeleteOptionCase

public DeleteFeatureValuesRequest.DeleteOptionOneofCase DeleteOptionCase { get; }
Property Value
TypeDescription
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
TypeDescription
string

EntityTypeAsEntityTypeName

public EntityTypeName EntityTypeAsEntityTypeName { get; set; }

EntityTypeName-typed view over the EntityType resource name property.

Property Value
TypeDescription
EntityTypeName

SelectEntity

public DeleteFeatureValuesRequest.Types.SelectEntity SelectEntity { get; set; }

Select feature values to be deleted by specifying entities.

Property Value
TypeDescription
DeleteFeatureValuesRequestTypesSelectEntity

SelectTimeRangeAndFeature

public DeleteFeatureValuesRequest.Types.SelectTimeRangeAndFeature SelectTimeRangeAndFeature { get; set; }

Select feature values to be deleted by specifying time range and features.

Property Value
TypeDescription
DeleteFeatureValuesRequestTypesSelectTimeRangeAndFeature