Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectTimeRangeAndFeature

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#impacted_feature_count::Integer

Returns The count of the features or columns impacted. This is the same as the feature count in the request.

Returns:

  • (::Integer)

    The count of the features or columns impacted. This is the same as the feature count in the request.



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

Returns 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.

Returns:

  • (::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.



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

Returns 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.

Returns:

  • (::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.



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