Cloud AI Platform v1 API - Class DeleteFeatureValuesRequest.Types.SelectTimeRangeAndFeature (2.27.0)

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

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

Message to select time range and feature. Values of the selected feature generated within an inclusive time range will be deleted. Using this option permanently deletes the feature values from the specified feature IDs within the specified time range. This might include data from the online storage. If you want to retain any deleted historical data in the online storage, you must re-ingest it.

Inheritance

object > DeleteFeatureValuesRequest.Types.SelectTimeRangeAndFeature

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SelectTimeRangeAndFeature()

public SelectTimeRangeAndFeature()

SelectTimeRangeAndFeature(SelectTimeRangeAndFeature)

public SelectTimeRangeAndFeature(DeleteFeatureValuesRequest.Types.SelectTimeRangeAndFeature other)
Parameter
NameDescription
otherDeleteFeatureValuesRequestTypesSelectTimeRangeAndFeature

Properties

FeatureSelector

public FeatureSelector FeatureSelector { get; set; }

Required. Selectors choosing which feature values to be deleted from the EntityType.

Property Value
TypeDescription
FeatureSelector

SkipOnlineStorageDelete

public bool SkipOnlineStorageDelete { get; set; }

If set, data will not be deleted from online storage. When time range is older than the data in online storage, setting this to be true will make the deletion have no impact on online serving.

Property Value
TypeDescription
bool

TimeRange

public Interval TimeRange { get; set; }

Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.

Property Value
TypeDescription
Interval