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



1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1064

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



1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1064

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



1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1064

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