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
Returns Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
1100 1101 1102 1103 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1100 class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |