Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#feature_selector::Google::Cloud::AIPlatform::V1::FeatureSelector



1094
1095
1096
1097
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1094

class SelectTimeRangeAndFeature
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#skip_online_storage_delete::Boolean



1094
1095
1096
1097
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1094

class SelectTimeRangeAndFeature
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_range::Google::Type::Interval



1094
1095
1096
1097
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1094

class SelectTimeRangeAndFeature
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end