Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectEntity
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Response message if the request uses the SelectEntity option.
Instance Attribute Summary collapse
-
#offline_storage_deleted_entity_row_count ⇒ ::Integer
The count of deleted entity rows in the offline storage.
-
#online_storage_deleted_entity_count ⇒ ::Integer
The count of deleted entities in the online storage.
Instance Attribute Details
#offline_storage_deleted_entity_row_count ⇒ ::Integer
Returns 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.
1157 1158 1159 1160 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1157 class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#online_storage_deleted_entity_count ⇒ ::Integer
Returns The count of deleted entities in the online storage. Each entity ID corresponds to one entity.
1157 1158 1159 1160 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1157 class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |