Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Response message for FeaturestoreService.DeleteFeatureValues.
Defined Under Namespace
Classes: SelectEntity, SelectTimeRangeAndFeature
Instance Attribute Summary collapse
-
#select_entity ⇒ ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectEntity
Response for request specifying the entities to delete.
-
#select_time_range_and_feature ⇒ ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectTimeRangeAndFeature
Response for request specifying time range and feature.
Instance Attribute Details
#select_entity ⇒ ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectEntity
Returns Response for request specifying the entities to delete
Note: The following fields are mutually exclusive: select_entity, select_time_range_and_feature. If a field in that set is populated, all other fields in the set will automatically be cleared.
1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1171 class DeleteFeatureValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Response message if the request uses the SelectEntity option. # @!attribute [rw] offline_storage_deleted_entity_row_count # @return [::Integer] # The count of deleted entity rows in the offline storage. # Each row corresponds to the combination of an entity ID and a timestamp. # One entity ID can have multiple rows in the offline storage. # @!attribute [rw] online_storage_deleted_entity_count # @return [::Integer] # The count of deleted entities in the online storage. # Each entity ID corresponds to one entity. class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Response message if the request uses the SelectTimeRangeAndFeature option. # @!attribute [rw] impacted_feature_count # @return [::Integer] # The count of the features or columns impacted. # This is the same as the feature count in the request. # @!attribute [rw] offline_storage_modified_entity_row_count # @return [::Integer] # The count of modified entity rows in the offline storage. # Each row corresponds to the combination of an entity ID and a timestamp. # One entity ID can have multiple rows in the offline storage. # Within each row, only the features specified in the request are # deleted. # @!attribute [rw] online_storage_modified_entity_count # @return [::Integer] # The count of modified entities in the online storage. # Each entity ID corresponds to one entity. # Within each entity, only the features specified in the request are # deleted. class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#select_time_range_and_feature ⇒ ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectTimeRangeAndFeature
Returns Response for request specifying time range and feature
Note: The following fields are mutually exclusive: select_time_range_and_feature, select_entity. If a field in that set is populated, all other fields in the set will automatically be cleared.
1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1171 class DeleteFeatureValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Response message if the request uses the SelectEntity option. # @!attribute [rw] offline_storage_deleted_entity_row_count # @return [::Integer] # The count of deleted entity rows in the offline storage. # Each row corresponds to the combination of an entity ID and a timestamp. # One entity ID can have multiple rows in the offline storage. # @!attribute [rw] online_storage_deleted_entity_count # @return [::Integer] # The count of deleted entities in the online storage. # Each entity ID corresponds to one entity. class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Response message if the request uses the SelectTimeRangeAndFeature option. # @!attribute [rw] impacted_feature_count # @return [::Integer] # The count of the features or columns impacted. # This is the same as the feature count in the request. # @!attribute [rw] offline_storage_modified_entity_row_count # @return [::Integer] # The count of modified entity rows in the offline storage. # Each row corresponds to the combination of an entity ID and a timestamp. # One entity ID can have multiple rows in the offline storage. # Within each row, only the features specified in the request are # deleted. # @!attribute [rw] online_storage_modified_entity_count # @return [::Integer] # The count of modified entities in the online storage. # Each entity ID corresponds to one entity. # Within each entity, only the features specified in the request are # deleted. class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |