Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.DeleteFeatureValues.
Defined Under Namespace
Classes: SelectEntity, SelectTimeRangeAndFeature
Instance Attribute Summary collapse
-
#entity_type ⇒ ::String
Required.
-
#select_entity ⇒ ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
Select feature values to be deleted by specifying entities.
-
#select_time_range_and_feature ⇒ ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
Instance Attribute Details
#entity_type ⇒ ::String
Returns Required. The resource name of the EntityType grouping the Features for
which values are being deleted from. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
.
1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1094 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
Returns Select feature values to be deleted by specifying entities.
1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1094 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
Returns Select feature values to be deleted by specifying time range and features.
1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1094 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 |