Class SelectTimeRangeAndFeature (1.24.1)

SelectTimeRangeAndFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message if the request uses the SelectTimeRangeAndFeature option.

Attributes

NameDescription
impacted_feature_count int
The count of the features or columns impacted. This is the same as the feature count in the request.
offline_storage_modified_entity_row_count int
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.
online_storage_modified_entity_count int
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.

Inheritance

builtins.object > proto.message.Message > SelectTimeRangeAndFeature