Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectTimeRangeAndFeature
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectTimeRangeAndFeature
- 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 SelectTimeRangeAndFeature option.
Instance Attribute Summary collapse
-
#impacted_feature_count ⇒ ::Integer
The count of the features or columns impacted.
-
#offline_storage_modified_entity_row_count ⇒ ::Integer
The count of modified entity rows in the offline storage.
-
#online_storage_modified_entity_count ⇒ ::Integer
The count of modified entities in the online storage.
Instance Attribute Details
#impacted_feature_count ⇒ ::Integer
1180 1181 1182 1183 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1180 class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offline_storage_modified_entity_row_count ⇒ ::Integer
1180 1181 1182 1183 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1180 class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#online_storage_modified_entity_count ⇒ ::Integer
1180 1181 1182 1183 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1180 class SelectTimeRangeAndFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |