Class SelectTimeRangeAndFeature (1.48.0)

SelectTimeRangeAndFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
time_range google.type.interval_pb2.Interval
Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.
feature_selector google.cloud.aiplatform_v1beta1.types.FeatureSelector
Required. Selectors choosing which feature values to be deleted from the EntityType.
skip_online_storage_delete bool
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.

Methods

SelectTimeRangeAndFeature

SelectTimeRangeAndFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.