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

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

Defined Under Namespace

Classes: SelectEntity, SelectTimeRangeAndFeature

Instance Attribute Summary collapse

Instance Attribute Details

#select_entity::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesResponse::SelectEntity

Returns Response for request specifying the entities to delete.

Returns:



1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1143

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.

Returns:



1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1143

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