Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
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.
Instance Attribute Summary collapse
-
#feature_selector ⇒ ::Google::Cloud::AIPlatform::V1::FeatureSelector
Required.
-
#skip_online_storage_delete ⇒ ::Boolean
If set, data will not be deleted from online storage.
-
#time_range ⇒ ::Google::Type::Interval
Required.
Instance Attribute Details
#feature_selector ⇒ ::Google::Cloud::AIPlatform::V1::FeatureSelector
Returns Required. Selectors choosing which feature values to be deleted from the EntityType.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1129 class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_online_storage_delete ⇒ ::Boolean
Returns 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.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1129 class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_range ⇒ ::Google::Type::Interval
Returns Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.
1129 1130 1131 1132 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1129 class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |