Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature_selector

def feature_selector() -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Returns

#feature_selector=

def feature_selector=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Parameter
Returns

#skip_online_storage_delete

def skip_online_storage_delete() -> ::Boolean
Returns
  • (::Boolean) — 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.

#skip_online_storage_delete=

def skip_online_storage_delete=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#time_range

def time_range() -> ::Google::Type::Interval
Returns
  • (::Google::Type::Interval) — Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.

#time_range=

def time_range=(value) -> ::Google::Type::Interval
Parameter
  • value (::Google::Type::Interval) — Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.
Returns
  • (::Google::Type::Interval) — Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.