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

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

Defined Under Namespace

Classes: SelectEntity, SelectTimeRangeAndFeature

Instance Attribute Summary collapse

Instance Attribute Details

#entity_type::String



1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1118

class DeleteFeatureValuesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Message to select entity.
  # If an entity id is selected, all the feature values corresponding to the
  # entity id will be deleted, including the entityId.
  # @!attribute [rw] entity_id_selector
  #   @return [::Google::Cloud::AIPlatform::V1::EntityIdSelector]
  #     Required. Selectors choosing feature values of which entity id to be
  #     deleted from the EntityType.
  class SelectEntity
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # 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.
  # @!attribute [rw] time_range
  #   @return [::Google::Type::Interval]
  #     Required. Select feature generated within a half-inclusive time range.
  #     The time range is lower inclusive and upper exclusive.
  # @!attribute [rw] feature_selector
  #   @return [::Google::Cloud::AIPlatform::V1::FeatureSelector]
  #     Required. Selectors choosing which feature values to be deleted from the
  #     EntityType.
  # @!attribute [rw] skip_online_storage_delete
  #   @return [::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.
  class SelectTimeRangeAndFeature
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#select_entity::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity



1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1118

class DeleteFeatureValuesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Message to select entity.
  # If an entity id is selected, all the feature values corresponding to the
  # entity id will be deleted, including the entityId.
  # @!attribute [rw] entity_id_selector
  #   @return [::Google::Cloud::AIPlatform::V1::EntityIdSelector]
  #     Required. Selectors choosing feature values of which entity id to be
  #     deleted from the EntityType.
  class SelectEntity
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # 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.
  # @!attribute [rw] time_range
  #   @return [::Google::Type::Interval]
  #     Required. Select feature generated within a half-inclusive time range.
  #     The time range is lower inclusive and upper exclusive.
  # @!attribute [rw] feature_selector
  #   @return [::Google::Cloud::AIPlatform::V1::FeatureSelector]
  #     Required. Selectors choosing which feature values to be deleted from the
  #     EntityType.
  # @!attribute [rw] skip_online_storage_delete
  #   @return [::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.
  class SelectTimeRangeAndFeature
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#select_time_range_and_feature::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature



1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1118

class DeleteFeatureValuesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Message to select entity.
  # If an entity id is selected, all the feature values corresponding to the
  # entity id will be deleted, including the entityId.
  # @!attribute [rw] entity_id_selector
  #   @return [::Google::Cloud::AIPlatform::V1::EntityIdSelector]
  #     Required. Selectors choosing feature values of which entity id to be
  #     deleted from the EntityType.
  class SelectEntity
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # 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.
  # @!attribute [rw] time_range
  #   @return [::Google::Type::Interval]
  #     Required. Select feature generated within a half-inclusive time range.
  #     The time range is lower inclusive and upper exclusive.
  # @!attribute [rw] feature_selector
  #   @return [::Google::Cloud::AIPlatform::V1::FeatureSelector]
  #     Required. Selectors choosing which feature values to be deleted from the
  #     EntityType.
  # @!attribute [rw] skip_online_storage_delete
  #   @return [::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.
  class SelectTimeRangeAndFeature
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end