Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity

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

Message to select entity. If an entity id is selected, all the feature values corresponding to the entity id will be deleted, including the entityId.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id_selector::Google::Cloud::AIPlatform::V1::EntityIdSelector

Returns Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.

Returns:



1101
1102
1103
1104
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1101

class SelectEntity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end