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.
1113 1114 1115 1116 1117 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 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1113 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.
1113 1114 1115 1116 1117 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 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1113 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 |