Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
- 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
1074 1075 1076 1077 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1074 class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |